From: Fahad Usman Date: Thu, 28 Aug 2014 07:36:16 +0000 (+0500) Subject: buildtools-tarball: include nativesdk-ca-certificates X-Git-Tag: 2015-4~1730 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=057954bcc4baf9194968169591537cd7584f8bcb;p=openembedded-core.git 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 Signed-off-by: Christopher Larson Signed-off-by: Richard Purdie --- 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}"