blob: 392b70099777767382e4fc5a9ece00a8bd06f005 (
plain)
1
2
3
4
5
6
7
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 \
"
|