From: Jackie Huang Date: Thu, 28 May 2020 12:04:35 +0000 (+0800) Subject: python: use wildcard character in bbappend version X-Git-Tag: bronze-rc3~1 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=eb071c5cf1929ca67a3474f9e67ee40a400f9dde;p=pti%2Frtp.git 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 --- 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