From 69c02888bfe3f6284567b59aec78625446462337 Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de>
Date: Fri, 11 Jan 2013 08:59:34 +0100
Subject: [PATCH] catkin recipe missed to add the python modules to the
 packages (NB: QA still mentions so files not shipped)

---
 recipes-ros/catkin/catkin_0.5.58.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-ros/catkin/catkin_0.5.58.bb b/recipes-ros/catkin/catkin_0.5.58.bb
index 963e038..36d74fa 100644
--- a/recipes-ros/catkin/catkin_0.5.58.bb
+++ b/recipes-ros/catkin/catkin_0.5.58.bb
@@ -11,7 +11,9 @@ SRC_URI[sha256sum] = "dd99cc04eeaf16a13185dd0a2f576939fa997dfb16a40ba45068c4d2eb
 
 EXTRA_OECMAKE = "-DSETUPTOOLS_DEB_LAYOUT=OFF"
 
-inherit cmake pythonnative
+inherit cmake pythonnative python-dir
+
+FILES_${PN} += "${libdir}/${PYTHON_DIR}/* ${PYTHON_SITEPACKAGES_DIR}/*"
 
 export BUILD_SYS
 export HOST_SYS
-- 
GitLab