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.inc12
1 files changed, 7 insertions, 5 deletions
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
index 2338328216..51926e7296 100644
--- a/meta/recipes-extended/wget/wget.inc
+++ b/meta/recipes-extended/wget/wget.inc
@@ -6,22 +6,24 @@ The program supports recursive retrieval of web-authoring pages as well as \
6FTP sites" 6FTP sites"
7HOMEPAGE = "https://www.gnu.org/software/wget/" 7HOMEPAGE = "https://www.gnu.org/software/wget/"
8SECTION = "console/network" 8SECTION = "console/network"
9LICENSE = "GPLv3" 9LICENSE = "GPL-3.0-only"
10LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e" 10LIC_FILES_CHKSUM = "file://COPYING;md5=6f65012d1daf98cb09b386cfb68df26b"
11 11
12inherit autotools gettext texinfo update-alternatives pkgconfig 12inherit autotools gettext texinfo update-alternatives pkgconfig
13 13
14DEPENDS += "autoconf-archive-native"
15
14EXTRA_OECONF = "--without-libgnutls-prefix --without-libssl-prefix \ 16EXTRA_OECONF = "--without-libgnutls-prefix --without-libssl-prefix \
15 --disable-rpath" 17 --disable-rpath"
16 18
17EXTRA_OEMAKE += 'TOOLCHAIN_OPTIONS="${TOOLCHAIN_OPTIONS}" \ 19EXTRA_OEMAKE += 'TOOLCHAIN_OPTIONS="${TOOLCHAIN_OPTIONS}" \
18 DEBUG_PREFIX_MAP="${DEBUG_PREFIX_MAP}"' 20 DEBUG_PREFIX_MAP="${DEBUG_PREFIX_MAP}"'
19 21
20ALTERNATIVE_${PN} = "wget" 22ALTERNATIVE:${PN} = "wget"
21ALTERNATIVE_${PN}_class-nativesdk = "" 23ALTERNATIVE:${PN}:class-nativesdk = ""
22ALTERNATIVE_PRIORITY = "100" 24ALTERNATIVE_PRIORITY = "100"
23 25
24RRECOMMENDS_${PN} += "ca-certificates" 26RRECOMMENDS:${PN} += "ca-certificates"
25 27
26BBCLASSEXTEND = "nativesdk" 28BBCLASSEXTEND = "nativesdk"
27 29