From 4fefe83c3203c11fadbe43637a3058284b60427b Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Fri, 8 Sep 2017 10:44:23 -0500 Subject: Refactor to conform to YP Compat requirements Change the references to check for the distribution flag of 'selinux' being set before taking any action within the bbappends. This prevents the signature from being modified. Also remove PR changes, as they are no longer allowed. Signed-off-by: Mark Hatle --- recipes-devtools/python/python_selinux.inc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 recipes-devtools/python/python_selinux.inc (limited to 'recipes-devtools/python/python_selinux.inc') diff --git a/recipes-devtools/python/python_selinux.inc b/recipes-devtools/python/python_selinux.inc new file mode 100644 index 0000000..bb54a90 --- /dev/null +++ b/recipes-devtools/python/python_selinux.inc @@ -0,0 +1,5 @@ +# If selinux enabled, disable handlers to rw command history file +FILESEXTRAPATHS_prepend := "${THISDIR}/files:" + +inherit selinux + -- cgit v1.2.3-54-g00ecf