Skip to content
Snippets Groups Projects
Commit 0b32f8db authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

Merge pull request #234 from KristofRobot/wxpython-fix

Adding various missing run dependencies
parents 097668a6 7eff7482
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,6 @@ FILES_${PN}-dev += "\
RDEPENDS_${PN}_class-native = ""
RDEPENDS_${PN} = "cmake make binutils binutils-symlinks gcc gcc-symlinks g++ g++-symlinks \
python-catkin-pkg python-argparse python-misc python-multiprocessing \
python-shell python-subprocess python-xml"
python-shell python-subprocess python-xml python-pkgutil"
BBCLASSEXTEND += "native"
......@@ -6,3 +6,5 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc
DEPENDS = "actionlib-msgs geometry-msgs"
require common-msgs.inc
RDEPENDS_${PN} = "actionlib-msgs"
......@@ -15,4 +15,4 @@ S = "${WORKDIR}/${ROS_SP}"
inherit catkin
RDEPENDS_${PN} = "roslib"
RDEPENDS_${PN} = "roslib rosservice"
......@@ -8,3 +8,5 @@ DEPENDS = "angles geometry-msgs message-filters sensor-msgs tf2-ros"
require geometry.inc
SRC_URI += "file://0001-rostest-is-optional.patch;striplevel=2"
RDEPENDS_${PN} = "python-numpy"
......@@ -7,3 +7,5 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc
DEPENDS = "rospy wxpython sensor-msgs"
require robot-model.inc
RDEPENDS_${PN} = "wxpython"
......@@ -6,3 +6,5 @@ LIC_FILES_CHKSUM = "file://package.xml;beginline=13;endline=13;md5=d566ef916e9de
require ros-comm.inc
ROS_PKG_SUBDIR = "tools"
RDEPENDS_${PN} = "rosmsg"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment