diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2015-02-25 10:12:43 -0500 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2015-02-25 10:15:49 -0500 |
commit | 56d485019570bef2002756287e1c18c16f8475f4 (patch) | |
tree | 51f0761c5639494324d11473525c0db48b69f668 /recipes-devtools | |
parent | a1185c46b8e142f1e9847579861231105bcf1461 (diff) | |
download | meta-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 @@ | |||
1 | PR .= ".1" | ||
2 | |||
3 | inherit selinux | 1 | inherit selinux |
4 | # If selinux enabled, disable handlers to rw command history file | 2 | # If selinux enabled, disable handlers to rw command history file |
5 | FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/${PN}:')}" | 3 | FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/${PN}:')}" |