]> code.ossystems Code Review - openembedded-core.git/commitdiff
buildtools-tarball: include nativesdk-ca-certificates
authorFahad Usman <fahad.usman@gmail.com>
Thu, 28 Aug 2014 07:36:16 +0000 (12:36 +0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 29 Aug 2014 22:37:33 +0000 (23:37 +0100)
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>
meta/recipes-core/meta/buildtools-tarball.bb

index c54d9e869953e159bb5b1bb4ae58bf0350f83e57..07e8e37383e49d3ef0f81242b64d716f702d97f4 100644 (file)
@@ -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}"