From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [150.254.30.30] (helo=libra.cs.put.poznan.pl) by linuxtogo.org with esmtp (Exim 4.69) (envelope-from ) id 1N62T7-0005XB-Od for openembedded-devel@lists.openembedded.org; Thu, 05 Nov 2009 14:33:44 +0100 Received: from kas30pipe.localhost (unknown [127.0.0.1]) by libra.cs.put.poznan.pl (Postfix on VMS) with ESMTP id 1BC2689; Thu, 5 Nov 2009 13:22:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at cs.put.poznan.pl Received: from libra.cs.put.poznan.pl ([127.0.0.1]) by localhost (libra.cs.put.poznan.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nlHkL19MyzF7; Thu, 5 Nov 2009 14:22:35 +0100 (CET) Received: from localhost.localdomain (idss-pw.cs.put.poznan.pl [150.254.31.31]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by libra.cs.put.poznan.pl (Postfix on VMS) with ESMTP id D1D3D88; Thu, 5 Nov 2009 14:22:35 +0100 (CET) From: Przemyslaw Wesolek To: openembedded-devel@lists.openembedded.org Date: Thu, 5 Nov 2009 14:24:24 +0100 Message-Id: <1257427464-316-1-git-send-email-przemyslaw.wesolek@cs.put.poznan.pl> X-Mailer: git-send-email 1.6.3.3 X-SpamTest-Envelope-From: przemyslaw.wesolek@cs.put.poznan.pl X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 9691 [Sep 17 2009] X-SpamTest-Info: {received from trusted sender : common white list} X-SpamTest-Method: white email list X-SpamTest-Rate: 0 X-SpamTest-Status: Trusted X-SpamTest-Status-Extended: trusted X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0278], KAS30/Release X-SA-Exim-Connect-IP: 150.254.30.30 X-SA-Exim-Mail-From: przemyslaw.wesolek@cs.put.poznan.pl X-SA-Exim-Version: 4.2.1 (built Wed, 25 Jun 2008 17:20:07 +0000) X-SA-Exim-Scanned: No (on linuxtogo.org); Unknown failure Subject: [PATCH] boost-1.33.1: Corrected GNU_HASH error. X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Nov 2009 13:33:45 -0000 Signed-off-by: Przemyslaw Wesolek --- recipes/boost/boost.inc | 3 +++ 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 80635b0..8b38a5e 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 4d8e77d..689c681 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 \ -- 1.6.3.3