[oe-commits] Frans Meulenbroeks : boost: fixed GNU_HASH QA errors; removed DEFAULT_PREFERRED = -1

GIT User account git at amethyst.openembedded.net
Sun Feb 8 19:32:39 UTC 2009


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

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Sun Feb  8 20:30:25 2009 +0100

boost: fixed GNU_HASH QA errors; removed DEFAULT_PREFERRED = -1

---

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

diff --git a/packages/boost/boost-36.inc b/packages/boost/boost-36.inc
index 0ad71ca..5ab187d 100644
--- a/packages/boost/boost-36.inc
+++ b/packages/boost/boost-36.inc
@@ -9,7 +9,7 @@ SECTION = "libs"
 DEPENDS = "boost-jam-native zlib"
 PRIORITY = "optional"
 LICENSE = "Boost Software License"
-PR = "r1"
+PR = "r2"
 
 BOOST_VER = "${@"_".join(bb.data.getVar("PV",d,1).split("."))}"
 BOOST_MAJ = "${@"_".join(bb.data.getVar("PV",d,1).split(".")[0:2])}"
@@ -70,6 +70,9 @@ FILES_${PN}-dev = "${includedir} ${libdir}/libboost_*.so ${libdir}/libboost_*.a"
 PACKAGES += "${PN}"
 RRECOMMENDS_${PN} += "${BOOST_PACKAGES}"
 
+# to avoid GNU_HASH QA errors added LDFLAGS to ARCH; a little bit dirty but at least it works
+TARGET_CC_ARCH += " ${LDFLAGS}" 
+
 # Oh yippee, a new build system, it's sooo cooool I could eat my own
 # foot.  inlining=on lets the compiler choose, I think.  At least this
 # stuff is documented...
diff --git a/packages/boost/boost_1.36.0.bb b/packages/boost/boost_1.36.0.bb
index 77d99e4..76c8322 100644
--- a/packages/boost/boost_1.36.0.bb
+++ b/packages/boost/boost_1.36.0.bb
@@ -1,8 +1,6 @@
 include boost-36.inc
 
-DEFAULT_PREFERENCE = "-1"
-
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \
            file://arm-intrinsics.patch;patch=1 \





More information about the Openembedded-commits mailing list