]> code.ossystems Code Review - openembedded-core.git/commitdiff
cups.inc: Fix ldflags warning.
authorNoor Ahsan <noor_ahsan@mentor.com>
Fri, 22 Apr 2016 12:51:11 +0000 (17:51 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Apr 2016 06:53:58 +0000 (07:53 +0100)
* While building following warning comes up
QA Issue: No GNU_HASH in the elf binary: '...libcups.so.2' [ldflags]
Fix this warning by settin DSOFLAGS.

Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/cups/cups.inc

index 4b2d21409c4263ef58c1dfc9041e35802884051e..da70b876300494e9a70ab2ff8fbf0d2c84fd4367 100644 (file)
@@ -44,6 +44,7 @@ EXTRA_OECONF = " \
                --without-perl \
                --without-python \
                --without-java \
+               DSOFLAGS='${LDFLAGS}' \
                "
 
 EXTRA_AUTORECONF += "--exclude=autoheader"