boost-1.33.1: Corrected GNU_HASH error.
authorPrzemyslaw Wesolek <przemyslaw.wesolek@cs.put.poznan.pl>
Thu, 5 Nov 2009 12:24:24 +0000 (12:24 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Sat, 23 Jan 2010 17:28:54 +0000 (18:28 +0100)
Signed-off-by: Przemyslaw Wesolek <przemyslaw.wesolek@cs.put.poznan.pl>
Signed-off-by: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
recipes/boost/boost.inc
recipes/boost/boost_1.33.1.bb

index 80635b0..8b38a5e 100644 (file)
@@ -77,6 +77,9 @@ FILES_${PN}-dev = "${includedir} ${libdir}/libboost_*.so ${libdir}/libboost_*.a"
 PACKAGES += "${PN}"
 RRECOMMENDS_${PN} += "${BOOSTLIBS}"
 
+# 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...
index 4d8e77d..689c681 100644 (file)
@@ -1,5 +1,5 @@
 include boost.inc
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "\
   ${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \