catkin bbclass: package commonlist files in ${PN}-commonlisp
This should fix https://github.com/bmwcarit/meta-ros/issues/77 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
29fe8f1b3a
commit
741d2f3cc7
|
@ -48,6 +48,12 @@ FILES_${PN}-dbg += "\
|
||||||
${libdir}/${ROS_BPN}/.debug/* \
|
${libdir}/${ROS_BPN}/.debug/* \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
PACKAGES += "${PN}-commonlisp"
|
||||||
|
|
||||||
|
FILES_${PN}-commonlisp += " \
|
||||||
|
${datadir}/common-lisp/ \
|
||||||
|
"
|
||||||
|
|
||||||
SYSROOT_PREPROCESS_FUNCS += "catkin_sysroot_preprocess"
|
SYSROOT_PREPROCESS_FUNCS += "catkin_sysroot_preprocess"
|
||||||
|
|
||||||
catkin_sysroot_preprocess () {
|
catkin_sysroot_preprocess () {
|
||||||
|
|
Loading…
Reference in New Issue