[oe-commits] Frans Meulenbroeks : boost.inc: increase PR

git version control git at git.openembedded.org
Thu Aug 19 20:21:28 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: b73e75bd5af03d5a136c55193d419cb5ba7dd41a
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b73e75bd5af03d5a136c55193d419cb5ba7dd41a

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Thu Aug 19 22:18:37 2010 +0200

boost.inc: increase PR

to compensate for the revert in commit c12662b6143f3c755f9fb6f6604c31e2bf3ed973

Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 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 fc31ce6..e9dd61d 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])}"





More information about the Openembedded-commits mailing list