Merge pull request #78 from koenkooi/master
Add missing dependency to rostest and package common lisp files
This commit is contained in:
commit
3207810b5a
|
@ -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 () {
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue