summaryrefslogtreecommitdiffstats
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
parent39f77bb6aaf4fab6eff2b32470800e183d2b7eaf (diff)
downloadast2050-yocto-poky-754a9c31232979b3f0c28906c28191af55e96be2.zip
ast2050-yocto-poky-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>
-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 c54d9e8..07e8e37 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}"
OpenPOWER on IntegriCloud