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-graphics/piglit/piglit_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-graphics/piglit') diff --git a/meta/recipes-graphics/piglit/piglit_git.bb b/meta/recipes-graphics/piglit/piglit_git.bb index 3f43798109..d274a8fbd5 100644 --- a/meta/recipes-graphics/piglit/piglit_git.bb +++ b/meta/recipes-graphics/piglit/piglit_git.bb @@ -6,6 +6,7 @@ SRC_URI = "git://anongit.freedesktop.org/piglit \ file://0001-cmake-install-bash-completions-in-the-right-place.patch \ file://0001-tests-Use-FE_UPWARD-only-if-its-defined-in-fenv.h.patch \ " +UPSTREAM_VERSION_UNKNOWN = "1" # From 2017-07-03 SRCREV = "c8f4fd9eeb298a2ef0855927f22634f794ef3eff" -- cgit 1.2.3-korg