From 56d485019570bef2002756287e1c18c16f8475f4 Mon Sep 17 00:00:00 2001 From: Joe MacDonald Date: Wed, 25 Feb 2015 10:12:43 -0500 Subject: python: use wildcard for version The current python bbappend doesn't include any patches, so it's reasonable to move to a wildcard for the version. Signed-off-by: Joe MacDonald --- recipes-devtools/python/python_%.bbappend | 3 +++ recipes-devtools/python/python_2.7.3.bbappend | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 recipes-devtools/python/python_%.bbappend delete mode 100644 recipes-devtools/python/python_2.7.3.bbappend (limited to 'recipes-devtools') diff --git a/recipes-devtools/python/python_%.bbappend b/recipes-devtools/python/python_%.bbappend new file mode 100644 index 0000000..9eefd2d --- /dev/null +++ b/recipes-devtools/python/python_%.bbappend @@ -0,0 +1,3 @@ +inherit selinux +# If selinux enabled, disable handlers to rw command history file +FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/${PN}:')}" diff --git a/recipes-devtools/python/python_2.7.3.bbappend b/recipes-devtools/python/python_2.7.3.bbappend deleted file mode 100644 index b8447e9..0000000 --- a/recipes-devtools/python/python_2.7.3.bbappend +++ /dev/null @@ -1,5 +0,0 @@ -PR .= ".1" - -inherit selinux -# If selinux enabled, disable handlers to rw command history file -FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/${PN}:')}" -- cgit v1.2.3-54-g00ecf