From e6ed9f2fab9a05955e5441e4d16b658876c9239d Mon Sep 17 00:00:00 2001 From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de> Date: Wed, 30 Jan 2013 06:57:23 +0100 Subject: [PATCH] adding dependencies that have been overseen when creating the image, but that are necessary if one builds catkin stand-alone --- 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 cc41c5f..2da5fa2 100644 --- a/recipes-ros/catkin/catkin_0.5.58.bb +++ b/recipes-ros/catkin/catkin_0.5.58.bb @@ -9,6 +9,7 @@ SRC_URI[md5sum] = "e4df85e60dc792af9324334547cc76aa" SRC_URI[sha256sum] = "dd99cc04eeaf16a13185dd0a2f576939fa997dfb16a40ba45068c4d2ebbcb44b" # DEPENDS = "python-setuptools" +DEPENDS = "python-empy-native python-catkin-pkg-native" EXTRA_OECMAKE = "-DSETUPTOOLS_DEB_LAYOUT=OFF" -- GitLab