Merge pull request #78 from koenkooi/master

Add missing dependency to rostest and package common lisp files
This commit is contained in:
herbrechtsmeier 2013-05-29 06:11:47 -07:00
commit 3207810b5a
2 changed files with 7 additions and 1 deletions

View File

@ -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 () {

View File

@ -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