diff options
-rw-r--r-- | recipes/boost/boost.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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])}" |