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-multimedia/gstreamer/gst-player_git.bb | 1 + meta/recipes-multimedia/x264/x264_git.bb | 1 + 2 files changed, 2 insertions(+) (limited to 'meta/recipes-multimedia') diff --git a/meta/recipes-multimedia/gstreamer/gst-player_git.bb b/meta/recipes-multimedia/gstreamer/gst-player_git.bb index cb12a464a4..f3580570b4 100644 --- a/meta/recipes-multimedia/gstreamer/gst-player_git.bb +++ b/meta/recipes-multimedia/gstreamer/gst-player_git.bb @@ -13,6 +13,7 @@ SRC_URI = "git://github.com/sdroege/gst-player.git \ SRCREV = "ee3c226c82767a089743e4e06058743e67f73cdb" PV = "0.0.1+git${SRCPV}" +UPSTREAM_VERSION_UNKNOWN = "1" S = "${WORKDIR}/git" diff --git a/meta/recipes-multimedia/x264/x264_git.bb b/meta/recipes-multimedia/x264/x264_git.bb index 69f52c2b36..c5476c7a9b 100644 --- a/meta/recipes-multimedia/x264/x264_git.bb +++ b/meta/recipes-multimedia/x264/x264_git.bb @@ -12,6 +12,7 @@ SRC_URI = "git://github.com/mirror/x264;branch=stable \ file://don-t-default-to-cortex-a9-with-neon.patch \ file://Fix-X32-build-by-disabling-asm.patch \ " +UPSTREAM_VERSION_UNKNOWN = "1" SRCREV = "2b741f81e51f92d053d87a49f59ff1026553a0f6" -- cgit 1.2.3-korg