[yocto] [meta-selinux][PATCH] python: use wildcard for verison

Joe MacDonald joe_macdonald at mentor.com
Wed Feb 25 07:13:44 PST 2015


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 at mentor.com>
---
 recipes-devtools/python/{python_2.7.3.bbappend => python_%.bbappend} | 2 --
 1 file changed, 2 deletions(-)
 rename recipes-devtools/python/{python_2.7.3.bbappend => python_%.bbappend} (92%)

diff --git a/recipes-devtools/python/python_2.7.3.bbappend b/recipes-devtools/python/python_%.bbappend
similarity index 92%
rename from recipes-devtools/python/python_2.7.3.bbappend
rename to 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 @@
-PR .= ".1"
-
 inherit selinux
 # If selinux enabled, disable handlers to rw command history file
 FILESEXTRAPATHS_prepend := "${@target_selinux(d, '${THISDIR}/${PN}:')}"
-- 
1.9.1




More information about the yocto mailing list