From: Alexander Kanavin Date: Tue, 13 Aug 2019 18:24:14 +0000 (+0200) Subject: ovmf: fix upstream version check X-Git-Tag: uninative-2.7~489 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7ec9997c86df11a9a08e1531269435010b12e8da;p=openembedded-core.git ovmf: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index 7944ee97d4..b569b593fc 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-core/ovmf/ovmf_git.bb @@ -21,6 +21,7 @@ SRC_URI = "gitsm://github.com/tianocore/edk2.git;branch=master;protocol=git \ PV = "edk2-stable201905" SRCREV="20d2e5a125e34fc8501026613a71549b2a1a3e54" +UPSTREAM_CHECK_GITTAGREGEX = "(?Pedk2-stable.*)" inherit deploy