summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Watt <JPEWhacker@gmail.com>2023-08-24 08:14:30 -0600
committerSteve Sakoman <steve@sakoman.com>2023-10-04 05:21:27 -1000
commitce5cc6c7a22bf5d2d823ff0242a5f2f0611a14f4 (patch)
tree90c7f27541ff0e41ee6331690f90aa3f676d62dc
parent8c72a790dbeadb6bc6acffba7a06b2751db99711 (diff)
downloadpoky-ce5cc6c7a22bf5d2d823ff0242a5f2f0611a14f4.tar.gz
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: 1a0622be3804598895a35c31bd44866c8647967f) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit d152dfe784f231fa369d59f9bce8195ad09c5482) Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-core/meta/buildtools-tarball.bb1
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 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 ?= "\
30 nativesdk-mtools \ 30 nativesdk-mtools \
31 nativesdk-zstd \ 31 nativesdk-zstd \
32 nativesdk-lz4 \ 32 nativesdk-lz4 \
33 nativesdk-libacl \
33 " 34 "
34 35
35MULTIMACH_TARGET_SYS = "${SDK_ARCH}-nativesdk${SDK_VENDOR}-${SDK_OS}" 36MULTIMACH_TARGET_SYS = "${SDK_ARCH}-nativesdk${SDK_VENDOR}-${SDK_OS}"