diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-02-10 14:42:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-11 12:27:45 +0000 |
commit | 809825693c7eaaab325741ad4599acef06809720 (patch) | |
tree | 1dfa22825d0cde801b9fc2bace5c6c8d2c650852 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb | |
parent | c24b0ab0de9a35f3d4131d7ece53ea499b5de56f (diff) | |
download | poky-809825693c7eaaab325741ad4599acef06809720.tar.gz |
gstreamer1.0: fix upstream check for unstable versions from git
(From OE-Core rev: accb3a6e7d3b82daa4b6ac72cef333bdfa24d02a)
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/gstreamer/gstreamer1.0-plugins-bad_git.bb')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb index 0ebf62227e..e22a210c68 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb | |||
@@ -16,6 +16,7 @@ SRC_URI = " \ | |||
16 | " | 16 | " |
17 | 17 | ||
18 | PV = "1.7.1+git${SRCPV}" | 18 | PV = "1.7.1+git${SRCPV}" |
19 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | ||
19 | 20 | ||
20 | SRCREV_base = "3a088ecc9330d5cb8888ff43de0fe4f61c23a607" | 21 | SRCREV_base = "3a088ecc9330d5cb8888ff43de0fe4f61c23a607" |
21 | SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" | 22 | SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" |