From b46bfe945eca550784f49c43fa2f789ef2f69cd6 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 19 Apr 2011 11:34:41 +0200 Subject: wget: add missing escape and remove distro overrides Signed-off-by: Koen Kooi --- meta-oe/recipes-connectivity/wget/wget.inc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/meta-oe/recipes-connectivity/wget/wget.inc b/meta-oe/recipes-connectivity/wget/wget.inc index 8903fee36b..0cd70b06af 100644 --- a/meta-oe/recipes-connectivity/wget/wget.inc +++ b/meta-oe/recipes-connectivity/wget/wget.inc @@ -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} } -- cgit v1.2.3-54-g00ecf