diff options
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 = "" |