diff --git a/classes/catkin.bbclass b/classes/catkin.bbclass index de1634d..a334141 100644 --- a/classes/catkin.bbclass +++ b/classes/catkin.bbclass @@ -48,6 +48,12 @@ FILES_${PN}-dbg += "\ ${libdir}/${ROS_BPN}/.debug/* \ " +PACKAGES += "${PN}-commonlisp" + +FILES_${PN}-commonlisp += " \ + ${datadir}/common-lisp/ \ + " + SYSROOT_PREPROCESS_FUNCS += "catkin_sysroot_preprocess" catkin_sysroot_preprocess () { diff --git a/recipes-ros/ros-comm/rostest_1.9.41.bb b/recipes-ros/ros-comm/rostest_1.9.41.bb index 38f77b2..877921b 100644 --- a/recipes-ros/ros-comm/rostest_1.9.41.bb +++ b/recipes-ros/ros-comm/rostest_1.9.41.bb @@ -3,7 +3,7 @@ SECTION = "devel" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;beginline=8;endline=8;md5=d566ef916e9dedc494f5f793a6690ba5" -DEPENDS = "boost rosunit-native" +DEPENDS = "boost python-nose rosunit-native" require ros-comm.inc