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:
Koen Kooi 2013-05-29 13:49:14 +02:00
parent 29fe8f1b3a
commit 741d2f3cc7
1 changed files with 6 additions and 0 deletions

View File

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