Signed-off-by: Przemyslaw Wesolek <przemyslaw.wesolek@cs.put.poznan.pl>
Signed-off-by: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
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...
include boost.inc
-PR = "r4"
+PR = "r5"
SRC_URI = "\
${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \