diff --git a/recipes-ros/catkin/catkin_0.5.58.bb b/recipes-ros/catkin/catkin_0.5.58.bb index 35d6d385e9f599fde1f8d2812ef93d344962bea9..b3785d471738bd70e7d5f0a71737e97005e179ec 100644 --- a/recipes-ros/catkin/catkin_0.5.58.bb +++ b/recipes-ros/catkin/catkin_0.5.58.bb @@ -1,6 +1,5 @@ DESCRIPTION = "Low-level build system macros and infrastructure for ROS" SECTION = "devel" -# TODO: License of catkin unmentioned in the repository LICENSE = "BSD" LIC_FILES_CHKSUM = "file://package.xml;beginline=7;endline=7;md5=d566ef916e9dedc494f5f793a6690ba5" @@ -27,14 +26,3 @@ export HOST_SYS export STAGING_LIBDIR export STAGING_INCDIR -# catkin-native: Fails in assert.cmake/rt.cmake; -# after removing check in rt.cmake it works -# but does this resolve the issue? - -# Installation of catkin must install catkinConfig.cmake so that -# catkin_EXTRAS_DIR in catkinConfig.cmake points to the right path. -# At the moment, installation points wrongly to the root directory set(catkin_EXTRAS_DIR "/usr/share/catkin/cmake") -# instead of the sysroots environment, e.g., -# set(catkin_EXTRAS_DIR "/home/lukas/poky-danny-8.0/build/tmp/sysroots/qemux86/usr/share/catkin/cmake") -# TODO: tweak installation to point to the correct path! -