summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-04-19 11:34:41 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-04-19 11:34:41 +0200
commitb46bfe945eca550784f49c43fa2f789ef2f69cd6 (patch)
tree2382024efdfe17bd934cee69ed701842b0b779b8 /meta-oe/recipes-connectivity
parent55fccdc2be50ccbce3137abd658f5d1f95af6d60 (diff)
downloadmeta-openembedded-b46bfe945eca550784f49c43fa2f789ef2f69cd6.tar.gz
wget: add missing escape and remove distro overrides
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/wget/wget.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/meta-oe/recipes-connectivity/wget/wget.inc b/meta-oe/recipes-connectivity/wget/wget.inc
index 8903fee36..0cd70b06a 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}"
9inherit autotools gettext 9inherit autotools gettext
10 10
11EXTRA_OECONF = " \ 11EXTRA_OECONF = " \
12 --enable-ipv6 12 --enable-ipv6 \
13 --with-libssl-prefix=${STAGING_DIR}${HOST_SYS}" 13 --with-libssl-prefix=${STAGING_DIR}${HOST_SYS}"
14 14
15# The unslung kernel does not support ipv6
16EXTRA_OECONF_unslung = "--without-ssl"
17# SlugOS kernels do not support ipv6. Can be loaded as a module.
18EXTRA_OECONF_slugos = "--without-ssl"
19
20do_install_append () { 15do_install_append () {
21 mv ${D}${bindir}/wget ${D}${bindir}/wget.${PN} 16 mv ${D}${bindir}/wget ${D}${bindir}/wget.${PN}
22} 17}