Skip to content
Snippets Groups Projects
Commit 3207810b authored by herbrechtsmeier's avatar herbrechtsmeier
Browse files

Merge pull request #78 from koenkooi/master

Add missing dependency to rostest and package common lisp files
parents 52cbeaf8 741d2f3c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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