From eb071c5cf1929ca67a3474f9e67ee40a400f9dde Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Thu, 28 May 2020 20:04:35 +0800 Subject: [PATCH] python: use wildcard character in bbappend version Use the "%" wildcard character to allow for matching differnet versions avoid missing match when the recipe is updated in oe-core. Note: Although the warrior(yocto 2.7) has been released, but some packges may still be updated in the future. e.g. python is updated from 2.7.17 to 2.7.18 recently. Issue-ID: INF-137 Signed-off-by: Jackie Huang Change-Id: Id13db69320bf6c4755cdf0cb67adda7ed3de882f --- .../python/{python_2.7.17.bbappend => python_2.%.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta-stx/recipes-devtools/python/{python_2.7.17.bbappend => python_2.%.bbappend} (100%) diff --git a/meta-stx/recipes-devtools/python/python_2.7.17.bbappend b/meta-stx/recipes-devtools/python/python_2.%.bbappend similarity index 100% rename from meta-stx/recipes-devtools/python/python_2.7.17.bbappend rename to meta-stx/recipes-devtools/python/python_2.%.bbappend -- 2.16.6