From f1827f1ba4a3e5a9cbc6b348977a29961300cbe4 Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de>
Date: Thu, 10 Jan 2013 07:30:25 +0100
Subject: [PATCH] improving catkin recipe so that it does run through (it
 compiles and installs now, but I am not sure if the installation is correct)

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

diff --git a/recipes-ros/catkin/catkin_0.5.58.bb b/recipes-ros/catkin/catkin_0.5.58.bb
index a285760..963e038 100644
--- a/recipes-ros/catkin/catkin_0.5.58.bb
+++ b/recipes-ros/catkin/catkin_0.5.58.bb
@@ -7,4 +7,13 @@ SRC_URI = "https://github.com/ros/catkin/archive/0.5.58.tar.gz"
 SRC_URI[md5sum] = "e4df85e60dc792af9324334547cc76aa"
 SRC_URI[sha256sum] = "dd99cc04eeaf16a13185dd0a2f576939fa997dfb16a40ba45068c4d2ebbcb44b"
 
+# DEPENDS = "python-setuptools"
+
+EXTRA_OECMAKE = "-DSETUPTOOLS_DEB_LAYOUT=OFF"
+
 inherit cmake pythonnative
+
+export BUILD_SYS
+export HOST_SYS
+export STAGING_LIBDIR
+export STAGING_INCDIR
-- 
GitLab