summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/buildtools-tarball.bb
diff options
context:
space:
mode:
authorFahad Usman <fahad.usman@gmail.com>2014-08-28 12:36:16 +0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-29 23:44:36 +0100
commit754a9c31232979b3f0c28906c28191af55e96be2 (patch)
treeec15fa0ffbdf1617e0ec954c03ea86e9ecf76a01 /meta/recipes-core/meta/buildtools-tarball.bb
parent39f77bb6aaf4fab6eff2b32470800e183d2b7eaf (diff)
downloadpoky-754a9c31232979b3f0c28906c28191af55e96be2.tar.gz
buildtools-tarball: include nativesdk-ca-certificates
nativesdk-ca-certificates is needed in order to support oe/yocto builds with buildtools-tarball on old hosts, as we provide libcurl, and that needs to be able to find the certs, and there's no standard path or bundle path, so we can't rely on the host. (From OE-Core rev: 057954bcc4baf9194968169591537cd7584f8bcb) Signed-off-by: Fahad Usman <fahad.usman@gmail.com> Signed-off-by: Christopher Larson <kergoth@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/meta/buildtools-tarball.bb')
-rw-r--r--meta/recipes-core/meta/buildtools-tarball.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index c54d9e8699..07e8e37383 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -42,6 +42,7 @@ TOOLCHAIN_HOST_TASK ?= "\
42 nativesdk-pigz \ 42 nativesdk-pigz \
43 nativesdk-make \ 43 nativesdk-make \
44 nativesdk-wget \ 44 nativesdk-wget \
45 nativesdk-ca-certificates \
45 " 46 "
46 47
47TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-buildtools-nativesdk-standalone-${DISTRO_VERSION}" 48TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-buildtools-nativesdk-standalone-${DISTRO_VERSION}"