diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2014-07-25 12:51:33 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-25 15:44:05 +0100 |
commit | c1b244edf71982ef9f7e019546fc305871c18bc8 (patch) | |
tree | a724ea6f5542b0c676f586909760d49c9168d059 /meta/recipes-extended | |
parent | 3754726de9c75ee6c7bd6a16eeac09a672dc15d1 (diff) | |
download | poky-c1b244edf71982ef9f7e019546fc305871c18bc8.tar.gz |
wget: fix build error with gnutls
This fixes '/usr/lib/libgnutls.so: error adding symbols: File in wrong format' in do_configured.
Reported-by: Jack Mitchell <ml@communistcode.co.uk>
(From OE-Core rev: 4e1649fe2fa2d512384324efcb1f9e04efeadd81)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/wget/wget.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 386e3e84f1..dc46841537 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
@@ -10,7 +10,7 @@ INC_PR = "r16" | |||
10 | inherit autotools gettext texinfo update-alternatives | 10 | inherit autotools gettext texinfo update-alternatives |
11 | 11 | ||
12 | EXTRA_OECONF = "--enable-ipv6 --with-ssl=gnutls --disable-rpath --disable-iri \ | 12 | EXTRA_OECONF = "--enable-ipv6 --with-ssl=gnutls --disable-rpath --disable-iri \ |
13 | ac_cv_header_uuid_uuid_h=no" | 13 | --without-libgnutls-prefix ac_cv_header_uuid_uuid_h=no" |
14 | 14 | ||
15 | ALTERNATIVE_${PN} = "wget" | 15 | ALTERNATIVE_${PN} = "wget" |
16 | ALTERNATIVE_${PN}_class-nativesdk = "" | 16 | ALTERNATIVE_${PN}_class-nativesdk = "" |