[oe-commits] Koen Kooi : boost 1.36: ARM_INSTRUCTION_SET = "arm"

GIT User account git at amethyst.openembedded.net
Mon Feb 16 21:56:13 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Mon Feb 16 22:55:27 2009 +0100

boost 1.36: ARM_INSTRUCTION_SET = "arm"

---

 packages/boost/boost-36.inc    |    3 ++-
 packages/boost/boost_1.36.0.bb |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/packages/boost/boost-36.inc b/packages/boost/boost-36.inc
index 5ab187d..5a4faaf 100644
--- a/packages/boost/boost-36.inc
+++ b/packages/boost/boost-36.inc
@@ -9,8 +9,9 @@ SECTION = "libs"
 DEPENDS = "boost-jam-native zlib"
 PRIORITY = "optional"
 LICENSE = "Boost Software License"
-PR = "r2"
+PR = "r3"
 
+ARM_INSTRUCTION_SET = "arm"
 BOOST_VER = "${@"_".join(bb.data.getVar("PV",d,1).split("."))}"
 BOOST_MAJ = "${@"_".join(bb.data.getVar("PV",d,1).split(".")[0:2])}"
 BOOST_P = "boost_${BOOST_VER}"
diff --git a/packages/boost/boost_1.36.0.bb b/packages/boost/boost_1.36.0.bb
index 76c8322..140ab29 100644
--- a/packages/boost/boost_1.36.0.bb
+++ b/packages/boost/boost_1.36.0.bb
@@ -1,6 +1,6 @@
 include boost-36.inc
 
-PR = "r5"
+PR = "r6"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \
            file://arm-intrinsics.patch;patch=1 \





More information about the Openembedded-commits mailing list