From c0ff41fc2dcce7961ed5df9c5784b1af6e22b3d4 Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de>
Date: Thu, 7 Feb 2013 10:49:21 +0100
Subject: [PATCH] adding the genmsg recipe, which is the first recipe that also
 creates some python modules and hence requires some more ingredients in the
 recipe

---
 recipes-ros/genmsg/genmsg_0.4.17.bb | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 recipes-ros/genmsg/genmsg_0.4.17.bb

diff --git a/recipes-ros/genmsg/genmsg_0.4.17.bb b/recipes-ros/genmsg/genmsg_0.4.17.bb
new file mode 100644
index 0000000..7dd30a7
--- /dev/null
+++ b/recipes-ros/genmsg/genmsg_0.4.17.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Standalone Python library for generating ROS message and service data structures for various languages."
+SECTION = "devel"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://package.xml;beginline=9;endline=9;md5=d566ef916e9dedc494f5f793a6690ba5"
+
+SRC_URI = "https://github.com/ros-gbp/genmsg-release/archive/release/genmsg/0.4.17.tar.gz;downloadfilename=genmsg_0.4.17.tar.gz"
+SRC_URI[md5sum] = "cd88647b1f37987e75a543ff826dbfcb"
+SRC_URI[sha256sum] = "12509645b02dbe8180321fc263abb45feded4cc1172eb485a2780ed93607e64e"
+
+S = "${WORKDIR}/genmsg-release-release-genmsg-0.4.17"
+
+DEPENDS = "catkin-native"
+
+FILES_${PN} += "${libdir}/*"
+
+inherit distutils cmake pythonnative
+
+export BUILD_SYS
+export HOST_SYS
+export STAGING_LIBDIR
+export STAGING_INCDIR
+
-- 
GitLab