From: Richard Purdie Date: Tue, 20 Jul 2021 08:26:46 +0000 (+0100) Subject: buildtools-tarball: Add lz4 and ztsd (including pzstd) X-Git-Tag: uninative-3.3~200 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a9ab105b881215653e08d442786e6a3aff84c8ba;p=openembedded-core.git buildtools-tarball: Add lz4 and ztsd (including pzstd) Since we start to require these for builds, we need to include them in buildtools-tarball so that older systems can access them easily. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb index 9da81d5523..b5dae176bf 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -29,6 +29,8 @@ TOOLCHAIN_HOST_TASK ?= "\ nativesdk-rpcsvc-proto \ nativesdk-patch \ nativesdk-mtools \ + nativesdk-zstd \ + nativesdk-lz4 \ " MULTIMACH_TARGET_SYS = "${SDK_ARCH}-nativesdk${SDK_VENDOR}-${SDK_OS}"