From f80fe8ad8120627b66092d36fce52bc20f05f1ba Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Jan 2014 17:23:37 -0800 Subject: [PATCH 1/2] boost: Use wildcard in version for bbappend Makes it apply to any version of boost from here on. Signed-off-by: Khem Raj --- recipes-support/boost/boost_%.bbappend | 1 + recipes-support/boost/boost_1.54.0.bbappend | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 recipes-support/boost/boost_%.bbappend delete mode 100644 recipes-support/boost/boost_1.54.0.bbappend diff --git a/recipes-support/boost/boost_%.bbappend b/recipes-support/boost/boost_%.bbappend new file mode 100644 index 0000000..ec17f55 --- /dev/null +++ b/recipes-support/boost/boost_%.bbappend @@ -0,0 +1 @@ +PACKAGECONFIG_append = " python" diff --git a/recipes-support/boost/boost_1.54.0.bbappend b/recipes-support/boost/boost_1.54.0.bbappend deleted file mode 100644 index fab2b31..0000000 --- a/recipes-support/boost/boost_1.54.0.bbappend +++ /dev/null @@ -1 +0,0 @@ -PACKAGECONFIG ?= "python" From 1ba45aaa586c369081355d59b5ed4f2b747b159f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 23 Jan 2014 08:33:47 -0800 Subject: [PATCH 2/2] README: Add bitbake > 1.20 dependency Document the specific versions of bitbake needed Add myself to contributor list Signed-off-by: Khem Raj --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 66efa91..70a9a5e 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ cross-compilation of the basic ros-comm packages. * Andreas Hildisch, BMW Car IT GmbH * William * Kristof Robot + * Khem Raj ## HOW TO CONTRIBUTE ## @@ -45,6 +46,8 @@ cross-compilation of the basic ros-comm packages. branch: master revision: HEAD + bitbake > 1.20 + ## DEPENDENCIES ON RECENT COMMITS ## cv-bridge and dependent recipes, e.g., the image-transport recipes, depend on @@ -53,6 +56,9 @@ cross-compilation of the basic ros-comm packages. Some recipes that need the Eigen library, e.g., the pcl-ros recipe, depend on 424e3c1b930c0103c2cedfd4df1671e84a5256d5@meta-openembedded. + Using wildcards in bbappend versions part in name depends on + 31bc9af9cd56e7b318924869970e850993fafc5f@bitbake and + 991cbeedbde8bd25ce08c669b1bfac8b99e33149@bitbake ## INSTALLATION ##