diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2021-08-04 14:49:44 +0800 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2021-08-04 16:18:39 -0400 |
commit | 654201e25da6761f2b69f5ff1dd80ec61a79027f (patch) | |
tree | 7b10cd94c337572319c5cc265d6a2eb5020586b5 /dynamic-layers/python2-layer | |
parent | d5b93baf576c535bb27406dc10d81076bda3dee1 (diff) | |
download | meta-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 'dynamic-layers/python2-layer')
-rw-r--r-- | dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc b/dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc index bb54a90..4fed832 100644 --- a/dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc +++ b/dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc | |||
@@ -1,5 +1,5 @@ | |||
1 | # If selinux enabled, disable handlers to rw command history file | 1 | # If selinux enabled, disable handlers to rw command history file |
2 | FILESEXTRAPATHS_prepend := "${THISDIR}/files:" | 2 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" |
3 | 3 | ||
4 | inherit selinux | 4 | inherit selinux |
5 | 5 | ||