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/psplash/psplash_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-core/psplash') diff --git a/meta/recipes-core/psplash/psplash_git.bb b/meta/recipes-core/psplash/psplash_git.bb index 44297e1a69..1339f1eec1 100644 --- a/meta/recipes-core/psplash/psplash_git.bb +++ b/meta/recipes-core/psplash/psplash_git.bb @@ -12,6 +12,7 @@ PR = "r15" SRC_URI = "git://git.yoctoproject.org/${BPN} \ file://psplash-init \ ${SPLASH_IMAGES}" +UPSTREAM_VERSION_UNKNOWN = "1" SPLASH_IMAGES = "file://psplash-poky-img.h;outsuffix=default" -- cgit 1.2.3-korg