diff options
| -rw-r--r-- | meta-oe/recipes-connectivity/wget/wget.inc | 7 |
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 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}" | |||
| 9 | inherit autotools gettext | 9 | inherit autotools gettext |
| 10 | 10 | ||
| 11 | EXTRA_OECONF = " \ | 11 | EXTRA_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 | ||
| 16 | EXTRA_OECONF_unslung = "--without-ssl" | ||
| 17 | # SlugOS kernels do not support ipv6. Can be loaded as a module. | ||
| 18 | EXTRA_OECONF_slugos = "--without-ssl" | ||
| 19 | |||
| 20 | do_install_append () { | 15 | do_install_append () { |
| 21 | mv ${D}${bindir}/wget ${D}${bindir}/wget.${PN} | 16 | mv ${D}${bindir}/wget ${D}${bindir}/wget.${PN} |
| 22 | } | 17 | } |
