boost 1.36: ARM_INSTRUCTION_SET = "arm"
authorKoen Kooi <koen@openembedded.org>
Mon, 16 Feb 2009 21:55:27 +0000 (22:55 +0100)
committerKoen Kooi <koen@openembedded.org>
Mon, 16 Feb 2009 21:55:27 +0000 (22:55 +0100)
packages/boost/boost-36.inc
packages/boost/boost_1.36.0.bb

index 5ab187d..5a4faaf 100644 (file)
@@ -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}"
index 76c8322..140ab29 100644 (file)
@@ -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 \