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:53:58 +0100 |
commit | 5dfbdf6d370125841d10120f39e8b771d1ed8aef (patch) | |
tree | dff2da0dbd9ed8f90fa2cd76a7d9c310efe94ef6 /meta/recipes-extended/cups | |
parent | 1a304afea4ad7be12ed5f0fcb397a538345a6b63 (diff) | |
download | openembedded-core-5dfbdf6d370125841d10120f39e8b771d1ed8aef.tar.gz openembedded-core-5dfbdf6d370125841d10120f39e8b771d1ed8aef.tar.bz2 openembedded-core-5dfbdf6d370125841d10120f39e8b771d1ed8aef.zip |
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.
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/cups')
-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 = " \ --without-perl \ --without-python \ --without-java \ + DSOFLAGS='${LDFLAGS}' \ " EXTRA_AUTORECONF += "--exclude=autoheader" |