[oe-commits] Frans Meulenbroeks : boost.inc: added dependency on cmake-native

git version control git at git.openembedded.org
Wed Aug 18 17:36:59 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 1409e393ee38fa5dbfc2c99eb5fec4da07183bc9
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1409e393ee38fa5dbfc2c99eb5fec4da07183bc9

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Wed Aug 18 19:36:41 2010 +0200

boost.inc: added dependency on cmake-native

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/boost/boost.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/boost/boost.inc b/recipes/boost/boost.inc
index fc31ce6..6d26d4b 100644
--- a/recipes/boost/boost.inc
+++ b/recipes/boost/boost.inc
@@ -6,10 +6,10 @@
 DESCRIPTION = "Free peer-reviewed portable C++ source libraries"
 HOMEPAGE = "http://www.boost.org/"
 SECTION = "libs"
-DEPENDS = "boost-jam-native zlib"
+DEPENDS = "boost-jam-native zlib cmake-native"
 PRIORITY = "optional"
 LICENSE = "Boost Software License"
-INC_PR = "r8"
+INC_PR = "r9"
 
 BOOST_VER = "${@"_".join(bb.data.getVar("PV",d,1).split("."))}"
 BOOST_MAJ = "${@"_".join(bb.data.getVar("PV",d,1).split(".")[0:2])}"





More information about the Openembedded-commits mailing list