diff options
author | Fahad Usman <fahad.usman@gmail.com> | 2014-08-28 12:36:16 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-29 23:44:36 +0100 |
commit | 754a9c31232979b3f0c28906c28191af55e96be2 (patch) | |
tree | ec15fa0ffbdf1617e0ec954c03ea86e9ecf76a01 /meta/recipes-core | |
parent | 39f77bb6aaf4fab6eff2b32470800e183d2b7eaf (diff) | |
download | 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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/meta/buildtools-tarball.bb | 1 |
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 ?= "\ | |||
42 | nativesdk-pigz \ | 42 | nativesdk-pigz \ |
43 | nativesdk-make \ | 43 | nativesdk-make \ |
44 | nativesdk-wget \ | 44 | nativesdk-wget \ |
45 | nativesdk-ca-certificates \ | ||
45 | " | 46 | " |
46 | 47 | ||
47 | TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-buildtools-nativesdk-standalone-${DISTRO_VERSION}" | 48 | TOOLCHAIN_OUTPUTNAME ?= "${SDK_NAME}-buildtools-nativesdk-standalone-${DISTRO_VERSION}" |