M7350/oe-core/meta/recipes-extended/wget/wget.inc

25 lines
760 B
PHP
Raw Normal View History

2024-09-09 08:57:42 +00:00
SUMMARY = "Console URL download utility supporting HTTP, FTP, etc"
HOMEPAGE = "https://www.gnu.org/software/wget/"
2024-09-09 08:52:07 +00:00
SECTION = "console/network"
2024-09-09 08:57:42 +00:00
LICENSE = "GPLv3"
2024-09-09 08:52:07 +00:00
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
2024-09-09 08:57:42 +00:00
DEPENDS = "gnutls zlib libpcre"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
INC_PR = "r16"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
inherit autotools gettext texinfo update-alternatives pkgconfig
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
EXTRA_OECONF = "--enable-ipv6 --with-ssl=gnutls --disable-rpath --disable-iri \
--without-libgnutls-prefix ac_cv_header_uuid_uuid_h=no"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
ALTERNATIVE_${PN} = "wget"
ALTERNATIVE_${PN}_class-nativesdk = ""
2024-09-09 08:52:07 +00:00
ALTERNATIVE_PRIORITY = "100"
2024-09-09 08:57:42 +00:00
RRECOMMENDS_${PN} += "ca-certificates"
BBCLASSEXTEND += "nativesdk"
PACKAGECONFIG ??= ""
PACKAGECONFIG[libuuid] = "--with-libuuid, --without-libuuid,util-linux"