diff options
author | Muhammad Shakeel <muhammad_shakeel@mentor.com> | 2012-12-05 16:40:06 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-06 12:31:16 +0000 |
commit | 6df2a6010882bee92c6af3ef575b4291570623c3 (patch) | |
tree | c757277c9fc17d168171c72502047a1659e4afca /meta/recipes-extended/libaio | |
parent | 139efd1b338239d31551dce3ce3a1fd38ccb661f (diff) | |
download | poky-6df2a6010882bee92c6af3ef575b4291570623c3.tar.gz |
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
(From OE-Core rev: 07501f14121a1882f26de66b4ca991392ab45dff)
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libaio')
-rw-r--r-- | meta/recipes-extended/libaio/libaio_0.3.109.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-extended/libaio/libaio_0.3.109.bb b/meta/recipes-extended/libaio/libaio_0.3.109.bb index 161b712a48..0712d04e71 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 | |||
18 | 18 | ||
19 | EXTRA_OEMAKE =+ "prefix=${prefix} includedir=${includedir} libdir=${libdir}" | 19 | EXTRA_OEMAKE =+ "prefix=${prefix} includedir=${includedir} libdir=${libdir}" |
20 | 20 | ||
21 | do_configure () { | ||
22 | sed -i 's#LINK_FLAGS=.*#LINK_FLAGS=$(LDFLAGS)#' src/Makefile | ||
23 | } | ||
24 | |||
21 | do_install () { | 25 | do_install () { |
22 | oe_runmake install DESTDIR=${D} | 26 | oe_runmake install DESTDIR=${D} |
23 | } | 27 | } |