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 | |
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')
6 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb index 0937be27df..4cd51cdfde 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb | |||
@@ -23,6 +23,7 @@ SRC_URI = " \ | |||
23 | " | 23 | " |
24 | 24 | ||
25 | PV = "1.7.1+git${SRCPV}" | 25 | PV = "1.7.1+git${SRCPV}" |
26 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | ||
26 | 27 | ||
27 | SRCREV_base = "0993ec8fa5cf6b09e33741f268c938719a1534d5" | 28 | SRCREV_base = "0993ec8fa5cf6b09e33741f268c938719a1534d5" |
28 | SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" | 29 | SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" |
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" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb index 956b24ad99..a07c35b38d 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb | |||
@@ -13,6 +13,7 @@ SRC_URI = " \ | |||
13 | " | 13 | " |
14 | 14 | ||
15 | PV = "1.7.1+git${SRCPV}" | 15 | PV = "1.7.1+git${SRCPV}" |
16 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | ||
16 | 17 | ||
17 | SRCREV_base = "641428966e09d16b0a46540040f2faf3791eb7c9" | 18 | SRCREV_base = "641428966e09d16b0a46540040f2faf3791eb7c9" |
18 | SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" | 19 | SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb index 915be7302c..20dfb8349e 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb | |||
@@ -14,6 +14,7 @@ SRC_URI = " \ | |||
14 | " | 14 | " |
15 | 15 | ||
16 | PV = "1.7.1+git${SRCPV}" | 16 | PV = "1.7.1+git${SRCPV}" |
17 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | ||
17 | 18 | ||
18 | SRCREV_base = "e016a70a7c97fc61c6cb5cd3821d38bc5ae5c9a4" | 19 | SRCREV_base = "e016a70a7c97fc61c6cb5cd3821d38bc5ae5c9a4" |
19 | SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" | 20 | SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb index f99b30084d..ccf6ece8b3 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb | |||
@@ -11,6 +11,7 @@ SRC_URI = " \ | |||
11 | " | 11 | " |
12 | 12 | ||
13 | PV = "1.7.1+git${SRCPV}" | 13 | PV = "1.7.1+git${SRCPV}" |
14 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | ||
14 | 15 | ||
15 | SRCREV_base = "c9c37983babad909d01c1c4c417d42a0cf252c1d" | 16 | SRCREV_base = "c9c37983babad909d01c1c4c417d42a0cf252c1d" |
16 | SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" | 17 | SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" |
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb index 4fff533e1e..cb55c9adb2 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb | |||
@@ -11,6 +11,7 @@ SRC_URI = " \ | |||
11 | " | 11 | " |
12 | 12 | ||
13 | PV = "1.7.1+git${SRCPV}" | 13 | PV = "1.7.1+git${SRCPV}" |
14 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | ||
14 | 15 | ||
15 | SRCREV_base = "2a188848eb2af3c3b357978ff7786a78aad9dd55" | 16 | SRCREV_base = "2a188848eb2af3c3b357978ff7786a78aad9dd55" |
16 | SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" | 17 | SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" |