agl-selinux: pull in meta-clang 99/29899/2 master
authorScott Murray <scott.murray@konsulko.com>
Wed, 8 May 2024 18:59:37 +0000 (14:59 -0400)
committerScott Murray <scott.murray@konsulko.com>
Fri, 10 May 2024 15:59:47 +0000 (15:59 +0000)
Make pulling in meta-clang for the agl-selinx feature explicit, to
avoid dependency issues from the uutils-coreutils recipe in meta-oe.
This fixes building when configured with just the "agl-ic-container"
feature without "agl-demo".

Bug-AGL: SPEC-5123

Change-Id: Ie775b2e3ceb081448fc8b772f9686ad4dfbb45dc
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29899
ci-image-boot-test: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
Tested-by: Jenkins Job builder account
templates/feature/agl-selinux/50_bblayers.conf.inc

index b17e292..392b700 100644 (file)
@@ -1,5 +1,8 @@
 AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python"
 
+# Needed to satisfy uutils-coreutils DEPENDS when using SELinux
+AGL_META_CLANG = "${METADIR}/external/meta-clang"
+
 BBLAYERS =+ " \
        ${METADIR}/external/meta-selinux \
        "