From: Scott Murray Date: Wed, 8 May 2024 18:59:37 +0000 (-0400) Subject: agl-selinux: pull in meta-clang X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=AGL%2Fmeta-agl.git;a=commitdiff_plain;h=HEAD agl-selinux: pull in meta-clang 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 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 --- diff --git a/templates/feature/agl-selinux/50_bblayers.conf.inc b/templates/feature/agl-selinux/50_bblayers.conf.inc index b17e292e9..392b70099 100644 --- a/templates/feature/agl-selinux/50_bblayers.conf.inc +++ b/templates/feature/agl-selinux/50_bblayers.conf.inc @@ -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 \ "