diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-19 22:16:46 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-19 22:16:46 +0200 |
commit | c12662b6143f3c755f9fb6f6604c31e2bf3ed973 (patch) | |
tree | a63759be5655d3efd0439111ad36b5c144e5db9c /recipes/boost | |
parent | a1f89a780e9900c168c165e4120cf13c21de6c0f (diff) |
Revert "boost.inc: added dependency on cmake-native"
This reverts commit 1409e393ee38fa5dbfc2c99eb5fec4da07183bc9.
inherit cmake already adds a depends on cmake-native
so as discussed on the OE mailing list reverting the change
next patch will bump PR to avoid that it is lowered by the revert
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/boost')
-rw-r--r-- | 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 6d26d4bf99..fc31ce694a 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 cmake-native" +DEPENDS = "boost-jam-native zlib" PRIORITY = "optional" LICENSE = "Boost Software License" -INC_PR = "r9" +INC_PR = "r8" BOOST_VER = "${@"_".join(bb.data.getVar("PV",d,1).split("."))}" BOOST_MAJ = "${@"_".join(bb.data.getVar("PV",d,1).split(".")[0:2])}" |