[OE-core] [PATCH 1/2] buildtools-tarball: add tar

Joshua Lock joshua.g.lock at intel.com
Fri Aug 26 15:43:05 UTC 2016


We'd like to make use of features which aren't available in tar
versions prior to 1.27, therefore add tar to the buildtools-tarball
so that older distributions can still perform builds.

Signed-off-by: Joshua Lock <joshua.g.lock at intel.com>
---
 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 34df531..f28a8c3 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -24,6 +24,7 @@ TOOLCHAIN_HOST_TASK ?= "\
     nativesdk-ca-certificates \
     nativesdk-texinfo \
     nativesdk-locale-base-en-us \
+    nativesdk-tar \
     "
 
 SDK_PACKAGE_ARCHS += "buildtools-dummy-${SDKPKGSUFFIX}"
-- 
2.7.4




More information about the Openembedded-core mailing list