From 654201e25da6761f2b69f5ff1dd80ec61a79027f Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Wed, 4 Aug 2021 14:49:44 +0800 Subject: 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 Signed-off-by: Joe MacDonald --- dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dynamic-layers/python2-layer/recipes-devtools/python/python_selinux.inc') 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 @@ # If selinux enabled, disable handlers to rw command history file -FILESEXTRAPATHS_prepend := "${THISDIR}/files:" +FILESEXTRAPATHS:prepend := "${THISDIR}/files:" inherit selinux -- cgit v1.2.3-54-g00ecf