summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/meta/buildtools-tarball.bb1
-rw-r--r--meta/recipes-extended/wget/wget.inc4
-rw-r--r--meta/recipes-support/gnutls/gnutls.inc2
-rw-r--r--meta/recipes-support/nettle/nettle_2.7.1.bb2
4 files changed, 7 insertions, 2 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index 62e1e0bbef..c54d9e8699 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -41,6 +41,7 @@ TOOLCHAIN_HOST_TASK ?= "\
41 nativesdk-git \ 41 nativesdk-git \
42 nativesdk-pigz \ 42 nativesdk-pigz \
43 nativesdk-make \ 43 nativesdk-make \
44 nativesdk-wget \
44 " 45 "
45 46
46TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-buildtools-nativesdk-standalone-${DISTRO_VERSION}" 47TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-buildtools-nativesdk-standalone-${DISTRO_VERSION}"
diff --git a/meta/recipes-extended/wget/wget.inc b/meta/recipes-extended/wget/wget.inc
index 642d502a50..a8ceb0e745 100644
--- a/meta/recipes-extended/wget/wget.inc
+++ b/meta/recipes-extended/wget/wget.inc
@@ -4,6 +4,7 @@ SECTION = "console/network"
4LICENSE = "GPLv3" 4LICENSE = "GPLv3"
5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 5LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
6DEPENDS = "gnutls zlib libpcre" 6DEPENDS = "gnutls zlib libpcre"
7DEPENDS_class-nativesdk = "nativesdk-gnutls nativesdk-zlib nativesdk-libpcre"
7 8
8INC_PR = "r16" 9INC_PR = "r16"
9 10
@@ -13,6 +14,9 @@ EXTRA_OECONF = "--enable-ipv6 --with-ssl=gnutls --disable-rpath --disable-iri \
13 ac_cv_header_uuid_uuid_h=no" 14 ac_cv_header_uuid_uuid_h=no"
14 15
15ALTERNATIVE_${PN} = "wget" 16ALTERNATIVE_${PN} = "wget"
17ALTERNATIVE_${PN}_class-nativesdk = ""
16ALTERNATIVE_PRIORITY = "100" 18ALTERNATIVE_PRIORITY = "100"
17 19
18RRECOMMENDS_${PN} += "ca-certificates" 20RRECOMMENDS_${PN} += "ca-certificates"
21
22BBCLASSEXTEND += "nativesdk"
diff --git a/meta/recipes-support/gnutls/gnutls.inc b/meta/recipes-support/gnutls/gnutls.inc
index d89b764aae..27aba26943 100644
--- a/meta/recipes-support/gnutls/gnutls.inc
+++ b/meta/recipes-support/gnutls/gnutls.inc
@@ -43,4 +43,4 @@ FILES_${PN}-xx = "${libdir}/libgnutlsxx.so.*"
43 43
44LDFLAGS_append_libc-uclibc += " -pthread" 44LDFLAGS_append_libc-uclibc += " -pthread"
45 45
46BBCLASSEXTEND = "native" 46BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-support/nettle/nettle_2.7.1.bb b/meta/recipes-support/nettle/nettle_2.7.1.bb
index 8aa5351896..f53afcc5d4 100644
--- a/meta/recipes-support/nettle/nettle_2.7.1.bb
+++ b/meta/recipes-support/nettle/nettle_2.7.1.bb
@@ -23,4 +23,4 @@ do_configure_prepend() {
23 23
24inherit autotools 24inherit autotools
25 25
26BBCLASSEXTEND = "native" 26BBCLASSEXTEND = "native nativesdk"