diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-08-11 12:45:19 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-08-16 00:03:13 +0100 |
commit | 5813f1f764f0c18ee2d00af9491f897bcc4089ab (patch) | |
tree | d3ca6163754f18f33a944125674031bbbc57052b /meta/recipes-multimedia | |
parent | 2d21e4302de2d910c47209b115bd90cab48fc5a0 (diff) | |
download | poky-5813f1f764f0c18ee2d00af9491f897bcc4089ab.tar.gz |
selftest: fix distrodata.py to use per-recipe UPSTREAM_VERSION_UNKNOWN setting
... instead of a global exception list which was problematic.
[YOCTO #11896]
(From OE-Core rev: 89dfede4ca795ba085f1ee7290c6dede573c11db)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-player_git.bb | 1 | ||||
-rw-r--r-- | meta/recipes-multimedia/x264/x264_git.bb | 1 |
2 files changed, 2 insertions, 0 deletions
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 \ | |||
13 | 13 | ||
14 | SRCREV = "ee3c226c82767a089743e4e06058743e67f73cdb" | 14 | SRCREV = "ee3c226c82767a089743e4e06058743e67f73cdb" |
15 | PV = "0.0.1+git${SRCPV}" | 15 | PV = "0.0.1+git${SRCPV}" |
16 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
16 | 17 | ||
17 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
18 | 19 | ||
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 \ | |||
12 | file://don-t-default-to-cortex-a9-with-neon.patch \ | 12 | file://don-t-default-to-cortex-a9-with-neon.patch \ |
13 | file://Fix-X32-build-by-disabling-asm.patch \ | 13 | file://Fix-X32-build-by-disabling-asm.patch \ |
14 | " | 14 | " |
15 | UPSTREAM_VERSION_UNKNOWN = "1" | ||
15 | 16 | ||
16 | SRCREV = "2b741f81e51f92d053d87a49f59ff1026553a0f6" | 17 | SRCREV = "2b741f81e51f92d053d87a49f59ff1026553a0f6" |
17 | 18 | ||