From 42ad1299f7a3e548c9b84b5b06994250d99aac36 Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@bmw-carit.de>
Date: Fri, 8 Feb 2013 13:35:33 +0100
Subject: [PATCH] another new recipe

---
 recipes-ros/ros-comm/xmlrpcpp_1.9.41.bb | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 recipes-ros/ros-comm/xmlrpcpp_1.9.41.bb

diff --git a/recipes-ros/ros-comm/xmlrpcpp_1.9.41.bb b/recipes-ros/ros-comm/xmlrpcpp_1.9.41.bb
new file mode 100644
index 0000000..9ffc5a9
--- /dev/null
+++ b/recipes-ros/ros-comm/xmlrpcpp_1.9.41.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = \
+  "XmlRpc++ is a C++ implementation of the XML-RPC protocol. This version is \
+    heavily modified from the package available on SourceForge in order to \
+    support roscpp's threading model. As such, we are maintaining our \
+    own fork."
+SECTION = "devel"
+LICENSE = "LGPL"
+LIC_FILES_CHKSUM = "file://package.xml;beginline=11;endline=11;md5=46ee8693f40a89a31023e97ae17ecf19"
+
+SRC_URI = "https://github.com/ros-gbp/ros_comm-release/archive/release/xmlrpcpp/1.9.41.tar.gz;downloadfilename=xmlrpcpp_1.9.41.tar.gz"
+SRC_URI[md5sum] = "036a6544a574faca48c52489e6767530"
+SRC_URI[sha256sum] = "1e3ced256ecbbd05f0c1821ce99c33127cbdd5284e4b789bced55508f2581c48"
+
+S = "${WORKDIR}/ros_comm-release-release-xmlrpcpp-1.9.41"
+
+DEPENDS = "catkin-native cpp-common"
+
+FILES_${PN} += "${libdir}/*"
+
+inherit distutils cmake pythonnative
+
+EXTRA_OECMAKE = " \
+  -Dcpp_common_DIR=${STAGING_DATADIR}/cpp_common/cmake/ \
+  "
+
-- 
GitLab