summaryrefslogtreecommitdiffstats
path: root/recipes-core/systemd
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2021-08-04 14:49:44 +0800
committerJoe MacDonald <joe@deserted.net>2021-08-04 16:18:39 -0400
commit654201e25da6761f2b69f5ff1dd80ec61a79027f (patch)
tree7b10cd94c337572319c5cc265d6a2eb5020586b5 /recipes-core/systemd
parentd5b93baf576c535bb27406dc10d81076bda3dee1 (diff)
downloadmeta-selinux-654201e25da6761f2b69f5ff1dd80ec61a79027f.tar.gz
meta-selinux: convert to new override syntax
This is the result of automated script conversion: poky/scripts/contrib/convert-overrides.py meta-selinux Converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'recipes-core/systemd')
-rw-r--r--recipes-core/systemd/systemd_selinux.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/systemd/systemd_selinux.inc b/recipes-core/systemd/systemd_selinux.inc
index b17e70a..8136ea8 100644
--- a/recipes-core/systemd/systemd_selinux.inc
+++ b/recipes-core/systemd/systemd_selinux.inc
@@ -1,6 +1,6 @@
1inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-audit', '', d)} 1inherit ${@bb.utils.contains('DISTRO_FEATURES', 'selinux', 'enable-audit', '', d)}
2 2
3do_install_append() { 3do_install:append() {
4 if ${@bb.utils.contains('PACKAGECONFIG', 'backlight', 'true', 'false', d)}; then 4 if ${@bb.utils.contains('PACKAGECONFIG', 'backlight', 'true', 'false', d)}; then
5 install -d ${D}${localstatedir}/lib/systemd/backlight 5 install -d ${D}${localstatedir}/lib/systemd/backlight
6 fi 6 fi