summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorJoe MacDonald <joe_macdonald@mentor.com>2015-02-25 10:12:43 -0500
committerJoe MacDonald <joe_macdonald@mentor.com>2015-02-25 10:15:49 -0500
commit56d485019570bef2002756287e1c18c16f8475f4 (patch)
tree51f0761c5639494324d11473525c0db48b69f668 /recipes-devtools
parenta1185c46b8e142f1e9847579861231105bcf1461 (diff)
downloadmeta-selinux-56d485019570bef2002756287e1c18c16f8475f4.tar.gz
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 <joe_macdonald@mentor.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r--recipes-devtools/python/python_%.bbappend (renamed from recipes-devtools/python/python_2.7.3.bbappend)2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-devtools/python/python_2.7.3.bbappend b/recipes-devtools/python/python_%.bbappend
index b8447e9..9eefd2d 100644
--- a/recipes-devtools/python/python_2.7.3.bbappend
+++ b/recipes-devtools/python/python_%.bbappend
@@ -1,5 +1,3 @@
1PR .= ".1"
2
3inherit selinux 1inherit selinux
4# If selinux enabled, disable handlers to rw command history file 2# If selinux enabled, disable handlers to rw command history file
5FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/${PN}:')}" 3FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/${PN}:')}"