Added gst-plugins-good to DEPENDS line
Some of the gst-plugins-good modules were missing to setup a cam for some basic scenarios/tutorials. I added it so they'll be added to the default build set.
This commit is contained in:
parent
a9022de527
commit
8f41de23b6
|
@ -3,7 +3,7 @@ SECTION = "devel"
|
|||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://package.xml;beginline=10;endline=10;md5=d566ef916e9dedc494f5f793a6690ba5"
|
||||
|
||||
DEPENDS = "gstreamer gst-plugins-base nodelet opencv roscpp image-transport sensor-msgs \
|
||||
DEPENDS = "gstreamer gst-plugins-base gst-plugins-good nodelet opencv roscpp image-transport sensor-msgs \
|
||||
camera-calibration-parsers camera-info-manager"
|
||||
|
||||
SRC_URI = "https://github.com/ros-drivers/${ROS_SPN}/archive/${PV}.tar.gz;downloadfilename=${ROS_SP}.tar.gz"
|
||||
|
|
Loading…
Reference in New Issue