summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--recipes/boost/boost.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/boost/boost.inc b/recipes/boost/boost.inc
index fc31ce694a..6d26d4bf99 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])}"