aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/boost/boost.inc
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2010-01-23 18:41:22 +0100
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2010-01-23 18:41:22 +0100
commit351e854b42df1a573c0eca6ad6535b9f4e350cbe (patch)
tree6278683705eb724e879f2f47da9594923d7ccc59 /recipes/boost/boost.inc
parent6a4849ee0e177590dbc34814859e7b0d88252ef5 (diff)
downloadopenembedded-351e854b42df1a573c0eca6ad6535b9f4e350cbe.tar.gz
boost: move to INC_PR
Diffstat (limited to 'recipes/boost/boost.inc')
-rw-r--r--recipes/boost/boost.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/boost/boost.inc b/recipes/boost/boost.inc
index 8b38a5eba1..fc31ce694a 100644
--- a/recipes/boost/boost.inc
+++ b/recipes/boost/boost.inc
@@ -9,7 +9,7 @@ SECTION = "libs"
DEPENDS = "boost-jam-native zlib"
PRIORITY = "optional"
LICENSE = "Boost Software License"
-PR = "r1"
+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])}"