summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-11-20 18:21:19 -0500
committerjenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org>2024-04-24 15:25:38 +0000
commit175c760662f98551e83fb60a427baeff1c3f52af (patch)
tree8765e37360ac5ccad50b7d1fb691ce1c0a169386 /templates
parent2119159226e9b72e4968af244fb640a10f6c1b65 (diff)
Add meta-clang as a dependency
Define AGL_META_CLANG in the agl-demo template to pull in meta-clang, as it seems required to avoid dependency errors from the uutils-coreutils recipe in meta-oe when selinux is present in DISTRO_FEATURES. It may be worthwhile investigating further and discussing with upstream, as this seems a bit unusual. Bug-AGL: SPEC-4578 Change-Id: Ib8ac8d02b86491bded5463670c87d12a8e66df6a Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/feature/agl-demo/50_bblayers.conf.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/feature/agl-demo/50_bblayers.conf.inc b/templates/feature/agl-demo/50_bblayers.conf.inc
index 37b44ec4..384a3b3f 100644
--- a/templates/feature/agl-demo/50_bblayers.conf.inc
+++ b/templates/feature/agl-demo/50_bblayers.conf.inc
@@ -9,3 +9,6 @@ AGL_META_MULTIMEDIA = "${METADIR}/external/meta-openembedded/meta-multimedia"
AGL_META_NETWORKING = "${METADIR}/external/meta-openembedded/meta-networking"
AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python"
AGL_META_QT5 = "${METADIR}/external/meta-qt5"
+
+# Needed to satisfy uutils-coreutils DEPENDS when using SELinux
+AGL_META_CLANG = "${METADIR}/external/meta-clang"