[oe-commits] Fahad Usman : buildtools-tarball: include nativesdk-ca-certificates

git at git.openembedded.org git at git.openembedded.org
Fri Aug 29 07:43:21 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: f51a9127b008740501ca43336d2acc6b276d2941
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=f51a9127b008740501ca43336d2acc6b276d2941

Author: Fahad Usman <fahad.usman at gmail.com>
Date:   Thu Aug 28 12:36:16 2014 +0500

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 at gmail.com>
Signed-off-by: Christopher Larson <kergoth at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/meta/buildtools-tarball.bb | 1 +
 1 file changed, 1 insertion(+)

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}"



More information about the Openembedded-commits mailing list