diff options
Diffstat (limited to 'meta/recipes-extended/wget/wget.inc')
-rw-r--r-- | meta/recipes-extended/wget/wget.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc index 1299edb720..e374e6d8ab 100644 --- a/meta/recipes-extended/wget/wget.inc +++ b/meta/recipes-extended/wget/wget.inc | |||
@@ -10,6 +10,9 @@ inherit autotools gettext texinfo update-alternatives pkgconfig | |||
10 | EXTRA_OECONF = "--with-ssl=gnutls --disable-rpath --disable-iri \ | 10 | EXTRA_OECONF = "--with-ssl=gnutls --disable-rpath --disable-iri \ |
11 | --without-libgnutls-prefix ac_cv_header_uuid_uuid_h=no" | 11 | --without-libgnutls-prefix ac_cv_header_uuid_uuid_h=no" |
12 | 12 | ||
13 | EXTRA_OEMAKE += 'TOOLCHAIN_OPTIONS="${TOOLCHAIN_OPTIONS}" \ | ||
14 | DEBUG_PREFIX_MAP="${DEBUG_PREFIX_MAP}"' | ||
15 | |||
13 | ALTERNATIVE_${PN} = "wget" | 16 | ALTERNATIVE_${PN} = "wget" |
14 | ALTERNATIVE_${PN}_class-nativesdk = "" | 17 | ALTERNATIVE_${PN}_class-nativesdk = "" |
15 | ALTERNATIVE_PRIORITY = "100" | 18 | ALTERNATIVE_PRIORITY = "100" |