From c550fc1d638414dddbe9f58add7a7b9577ca1329 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Thu, 30 Jun 2016 21:04:35 +0100 Subject: buildtools-tarball: add tar 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 --- 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 34df53191b..f28a8c33e6 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}" -- cgit 1.2.3-korg