From e4b1d4ae3b5d9233569ebc61002363b138f28067 Mon Sep 17 00:00:00 2001
From: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
Date: Wed, 7 Aug 2013 10:26:07 +0200
Subject: [PATCH] adding boost-python support for cv-bridge

The ROS package cv_bridge needs the Boost.Python library. This
commit adds a bbappend file that includes Boost.Python in the
boost recipe using PACKAGECONFIG.
This PACKAGECONFIG for boost is available since commit
7568bfdd114597956a1da68746f207ec7f93a48d
in the openembeddded-core repository [1].

[1] http://cgit.openembedded.org/openembedded-core/commit/?id=7568bfdd114597956a1da68746f207ec7f93a48d
---
 recipes-support/boost/boost_1.54.0.bbappend | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 recipes-support/boost/boost_1.54.0.bbappend

diff --git a/recipes-support/boost/boost_1.54.0.bbappend b/recipes-support/boost/boost_1.54.0.bbappend
new file mode 100644
index 0000000..fab2b31
--- /dev/null
+++ b/recipes-support/boost/boost_1.54.0.bbappend
@@ -0,0 +1 @@
+PACKAGECONFIG ?= "python"
-- 
GitLab