diff options
author | Noor Ahsan <noor_ahsan@mentor.com> | 2016-04-22 17:51:11 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-29 07:58:45 +0100 |
commit | 7f8b97535f1ad4479c26509ee990581e30dc51da (patch) | |
tree | c6a18940a7b9688a1b4015ac1b65385307af4b3a | |
parent | 2daea56eb86f99a6ef4c4ade65fd46f4de0a2f3e (diff) | |
download | poky-7f8b97535f1ad4479c26509ee990581e30dc51da.tar.gz |
cups.inc: Fix ldflags warning.
* 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.
(From OE-Core rev: 5dfbdf6d370125841d10120f39e8b771d1ed8aef)
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index 4b2d21409c..da70b87630 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -44,6 +44,7 @@ EXTRA_OECONF = " \ | |||
44 | --without-perl \ | 44 | --without-perl \ |
45 | --without-python \ | 45 | --without-python \ |
46 | --without-java \ | 46 | --without-java \ |
47 | DSOFLAGS='${LDFLAGS}' \ | ||
47 | " | 48 | " |
48 | 49 | ||
49 | EXTRA_AUTORECONF += "--exclude=autoheader" | 50 | EXTRA_AUTORECONF += "--exclude=autoheader" |