aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta
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:37:33 +0100
commit057954bcc4baf9194968169591537cd7584f8bcb (patch)
treefb42c8f64e39e949ddcb5529b89ab12be2a46cf1 /meta/recipes-core/meta
parent0a90616b09290e4651aafe1186229d861392e89f (diff)
downloadopenembedded-core-contrib-057954bcc4baf9194968169591537cd7584f8bcb.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. 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')
-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 ?= "\
nativesdk-pigz \
nativesdk-make \
nativesdk-wget \
+ nativesdk-ca-certificates \
"
TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-buildtools-nativesdk-standalone-${DISTRO_VERSION}"