mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:29:01 +02:00
intel-microcode: fix upstream check
There could be zero or more characaters at the end of version string. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
5033081048
commit
2bf939d17f
|
@ -65,4 +65,4 @@ PACKAGES = "${PN}"
|
|||
|
||||
FILES_${PN} = "${nonarch_base_libdir}"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "^microcode-(?P<pver>(\d+)[a-z])$"
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "^microcode-(?P<pver>(\d+)[a-z]*)$"
|
||||
|
|
Loading…
Reference in New Issue
Block a user