From 89dfede4ca795ba085f1ee7290c6dede573c11db Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Fri, 11 Aug 2017 12:45:19 +0300 Subject: selftest: fix distrodata.py to use per-recipe UPSTREAM_VERSION_UNKNOWN setting ... instead of a global exception list which was problematic. [YOCTO #11896] Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-core/ovmf/ovmf_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/ovmf') diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index 28f0cde1d9..1872c950ca 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-core/ovmf/ovmf_git.bb @@ -17,6 +17,7 @@ SRC_URI = "git://github.com/tianocore/edk2.git;branch=master \ file://0001-ia32-Dont-use-pie.patch \ file://no-stack-protector-all-archs.patch \ " +UPSTREAM_VERSION_UNKNOWN = "1" OPENSSL_RELEASE = "openssl-1.1.0e" -- cgit 1.2.3-korg