From: Frans Meulenbroeks Date: Thu, 19 Aug 2010 20:18:37 +0000 (+0200) Subject: boost.inc: increase PR X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b73e75bd5af03d5a136c55193d419cb5ba7dd41a;p=openembedded.git boost.inc: increase PR to compensate for the revert in commit c12662b6143f3c755f9fb6f6604c31e2bf3ed973 Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/boost/boost.inc b/recipes/boost/boost.inc index fc31ce694a..e9dd61dad4 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" -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])}"