From 56d485019570bef2002756287e1c18c16f8475f4 Mon Sep 17 00:00:00 2001 From: Joe MacDonald Date: Wed, 25 Feb 2015 10:12:43 -0500 Subject: [PATCH] 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 --- .../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}:')}"