mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
wget: add missing escape and remove distro overrides
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
55fccdc2be
commit
b46bfe945e
@ -9,14 +9,9 @@ S = "${WORKDIR}/wget-${PV}"
|
||||
inherit autotools gettext
|
||||
|
||||
EXTRA_OECONF = " \
|
||||
--enable-ipv6
|
||||
--enable-ipv6 \
|
||||
--with-libssl-prefix=${STAGING_DIR}${HOST_SYS}"
|
||||
|
||||
# The unslung kernel does not support ipv6
|
||||
EXTRA_OECONF_unslung = "--without-ssl"
|
||||
# SlugOS kernels do not support ipv6. Can be loaded as a module.
|
||||
EXTRA_OECONF_slugos = "--without-ssl"
|
||||
|
||||
do_install_append () {
|
||||
mv ${D}${bindir}/wget ${D}${bindir}/wget.${PN}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user