diff options
author | Przemyslaw Wesolek <przemyslaw.wesolek@cs.put.poznan.pl> | 2009-11-05 12:24:24 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2010-01-23 18:28:54 +0100 |
commit | 6a4849ee0e177590dbc34814859e7b0d88252ef5 (patch) | |
tree | 13672e59fb3b1fc96460158b1dab33377ad6d791 /recipes/boost | |
parent | ef42b29a7f57e053eed1edee23124b2ca4afc833 (diff) |
boost-1.33.1: Corrected GNU_HASH error.
Signed-off-by: Przemyslaw Wesolek <przemyslaw.wesolek@cs.put.poznan.pl>
Signed-off-by: Rolf Leggewie <oe-devel@rolf.leggewie.biz>
Diffstat (limited to 'recipes/boost')
-rw-r--r-- | recipes/boost/boost.inc | 3 | ||||
-rw-r--r-- | recipes/boost/boost_1.33.1.bb | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/recipes/boost/boost.inc b/recipes/boost/boost.inc index 80635b0f9f..8b38a5eba1 100644 --- a/recipes/boost/boost.inc +++ b/recipes/boost/boost.inc @@ -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... diff --git a/recipes/boost/boost_1.33.1.bb b/recipes/boost/boost_1.33.1.bb index 4d8e77d3c5..689c681323 100644 --- a/recipes/boost/boost_1.33.1.bb +++ b/recipes/boost/boost_1.33.1.bb @@ -1,5 +1,5 @@ include boost.inc -PR = "r4" +PR = "r5" SRC_URI = "\ ${SOURCEFORGE_MIRROR}/boost/${BOOST_P}.tar.bz2 \ |