From 741d2f3cc79d94a91ff4695bb55e8a1ecd58bdcc Mon Sep 17 00:00:00 2001
From: Koen Kooi <koen@dominion.thruhere.net>
Date: Wed, 29 May 2013 13:49:14 +0200
Subject: [PATCH] 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>
---
 classes/catkin.bbclass | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/classes/catkin.bbclass b/classes/catkin.bbclass
index de1634d..a334141 100644
--- a/classes/catkin.bbclass
+++ b/classes/catkin.bbclass
@@ -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 () {
-- 
GitLab