From 35b27ccbf84144dd772721296dcf326e76129ca4 Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de> Date: Wed, 30 Jan 2013 14:29:54 +0100 Subject: [PATCH] maybe it is also good to add the files in standard package to the development package in catkin (commented out because it is not clear yet if it does help eventually) --- recipes-ros/catkin/catkin_0.5.58.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-ros/catkin/catkin_0.5.58.bb b/recipes-ros/catkin/catkin_0.5.58.bb index 2da5fa2..0b96849 100644 --- a/recipes-ros/catkin/catkin_0.5.58.bb +++ b/recipes-ros/catkin/catkin_0.5.58.bb @@ -16,6 +16,7 @@ EXTRA_OECMAKE = "-DSETUPTOOLS_DEB_LAYOUT=OFF" inherit cmake pythonnative python-dir FILES_${PN} += "${libdir}/${PYTHON_DIR}/* ${PYTHON_SITEPACKAGES_DIR}/*" +# FILES_${PN}-dev += "${libdir}/${PYTHON_DIR}/* ${PYTHON_SITEPACKAGES_DIR}/*" export BUILD_SYS export HOST_SYS -- GitLab