From: Noor Ahsan <[email protected]> * 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 <[email protected]> --- 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
