mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
intel-microcode: fix upstream release checking
There could be a character to signify minor changes for the same microcode at the end. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
eab66418ef
commit
35555fb519
|
@ -64,3 +64,5 @@ addtask deploy before do_build after do_compile
|
|||
PACKAGES = "${PN}"
|
||||
|
||||
FILES_${PN} = "${base_libdir}"
|
||||
|
||||
UPSTREAM_CHECK_GITTAGREGEX = "^microcode-(?P<pver>(\d+)[a-z])$"
|
||||
|
|
Loading…
Reference in New Issue
Block a user