diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2021-08-19 12:47:02 +0800 |
---|---|---|
committer | Joe MacDonald <joe@deserted.net> | 2021-08-29 21:34:22 -0400 |
commit | a101ac3dcedf5e8957061576dd6dadd738711717 (patch) | |
tree | 30783785f2a874712b2695ed0922f98f4f3b5591 /dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc | |
parent | 0c417aa70d0e70e3067f4142a3311e49c759b234 (diff) | |
download | meta-selinux-a101ac3dcedf5e8957061576dd6dadd738711717.tar.gz |
python2: drop bbappend
This bbappend was added long time ago and it is useless now.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Joe MacDonald <joe@deserted.net>
Diffstat (limited to 'dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc')
-rw-r--r-- | dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc | 5 |
1 files changed, 0 insertions, 5 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 deleted file mode 100644 index 4fed832..0000000 --- a/dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | # If selinux enabled, disable handlers to rw command history file | ||
2 | FILESEXTRAPATHS:prepend := "${THISDIR}/files:" | ||
3 | |||
4 | inherit selinux | ||
5 | |||