From 6da9c2b29e9e22f67b01ed63ac59d9e0350d044f Mon Sep 17 00:00:00 2001 From: Joshua Watt Date: Thu, 24 Aug 2023 08:14:30 -0600 Subject: buildtools-tarball: Add libacl Hash equivalence need to include the ACLs in the output hash, and libacl is used to do that so include the library in the buildtools-tarball. (From OE-Core rev: d152dfe784f231fa369d59f9bce8195ad09c5482) Signed-off-by: Joshua Watt Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- 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 70d740b4e0..6b679489fd 100644 --- a/meta/recipes-core/meta/buildtools-tarball.bb +++ b/meta/recipes-core/meta/buildtools-tarball.bb @@ -30,6 +30,7 @@ TOOLCHAIN_HOST_TASK ?= "\ nativesdk-mtools \ nativesdk-zstd \ nativesdk-lz4 \ + nativesdk-libacl \ " MULTIMACH_TARGET_SYS = "${SDK_ARCH}-nativesdk${SDK_VENDOR}-${SDK_OS}" -- cgit v1.2.3-54-g00ecf