[OE-core] [PATCH] cups.inc: Fix ldflags warning.

Noor, Ahsan noor_ahsan at mentor.com
Fri Apr 22 10:26:20 UTC 2016


From: Noor Ahsan <noor_ahsan at mentor.com>

* 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 at mentor.com>
---
 meta/recipes-extended/cups/cups.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index 4b2d214..c7f3afe 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -44,6 +44,7 @@ EXTRA_OECONF = " \
                --without-perl \
                --without-python \
                --without-java \
+               "DSOFLAGS='${LDFLAGS}'"
                "
 
 EXTRA_AUTORECONF += "--exclude=autoheader"
-- 
2.8.1




More information about the Openembedded-core mailing list