summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/wget/wget.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/wget/wget.inc')
-rw-r--r--meta/recipes-extended/wget/wget.inc3
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
10EXTRA_OECONF = "--with-ssl=gnutls --disable-rpath --disable-iri \ 10EXTRA_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
13EXTRA_OEMAKE += 'TOOLCHAIN_OPTIONS="${TOOLCHAIN_OPTIONS}" \
14 DEBUG_PREFIX_MAP="${DEBUG_PREFIX_MAP}"'
15
13ALTERNATIVE_${PN} = "wget" 16ALTERNATIVE_${PN} = "wget"
14ALTERNATIVE_${PN}_class-nativesdk = "" 17ALTERNATIVE_${PN}_class-nativesdk = ""
15ALTERNATIVE_PRIORITY = "100" 18ALTERNATIVE_PRIORITY = "100"