From: Muhammad Shakeel Date: Wed, 5 Dec 2012 11:40:06 +0000 (+0500) Subject: libaio: Remove QA warning: No GNU_HASH in the elf binary X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~39254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07501f14121a1882f26de66b4ca991392ab45dff;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libaio: Remove QA warning: No GNU_HASH in the elf binary Update the LINK_FLAGS in the Makefile to remove warning: QA Issue: No GNU_HASH in the elf binary Signed-off-by: Christopher Larson Signed-off-by: Muhammad Shakeel Signed-off-by: Saul Wold --- diff --git a/meta/recipes-extended/libaio/libaio_0.3.109.bb b/meta/recipes-extended/libaio/libaio_0.3.109.bb index 161b712a48e..0712d04e711 100644 --- a/meta/recipes-extended/libaio/libaio_0.3.109.bb +++ b/meta/recipes-extended/libaio/libaio_0.3.109.bb @@ -18,6 +18,10 @@ SRC_URI[sha256sum] = "bf4a457253cbaab215aea75cb6e18dc8d95bbd507e9920661ff9bdd288 EXTRA_OEMAKE =+ "prefix=${prefix} includedir=${includedir} libdir=${libdir}" +do_configure () { + sed -i 's#LINK_FLAGS=.*#LINK_FLAGS=$(LDFLAGS)#' src/Makefile +} + do_install () { oe_runmake install DESTDIR=${D} }