diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2016-02-19 18:53:15 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-22 20:42:47 +0000 |
commit | 6456a6fe2149a1e28b4e253097d1159472a8ca9a (patch) | |
tree | ea0170ab7970ef36d47b0c977e349b92b917a2e1 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb | |
parent | 821498f1d5ed7fd8490dc1c2f4f0d5ec69092002 (diff) | |
download | poky-6456a6fe2149a1e28b4e253097d1159472a8ca9a.tar.gz |
gstreamer1.0-plugins-bad_git: update 1.7.1 -> 1.7.2
(From OE-Core rev: f5095eb11215c3aad76edd33cdccbb5dca8296cf)
Signed-off-by: Andre McCurdy <armccurdy@gmail.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 | 21 |
1 files changed, 18 insertions, 3 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 f9b5f3e223..5be76db83c 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb | |||
@@ -16,11 +16,12 @@ SRC_URI = " \ | |||
16 | file://ensure-valid-sentinels-for-gst_structure_get-etc.patch \ | 16 | file://ensure-valid-sentinels-for-gst_structure_get-etc.patch \ |
17 | " | 17 | " |
18 | 18 | ||
19 | PV = "1.7.1+git${SRCPV}" | 19 | PV = "1.7.2+git${SRCPV}" |
20 | |||
20 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" | 21 | UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))" |
21 | 22 | ||
22 | SRCREV_base = "3a088ecc9330d5cb8888ff43de0fe4f61c23a607" | 23 | SRCREV_base = "50ae46cc0f8827bf966920d9c221e5cf86e811ba" |
23 | SRCREV_common = "86e46630ed8af8d94796859db550a9c3d89c9f65" | 24 | SRCREV_common = "a25397448942079002622be231e9ec49b985745a" |
24 | SRCREV_FORMAT = "base" | 25 | SRCREV_FORMAT = "base" |
25 | 26 | ||
26 | S = "${WORKDIR}/git" | 27 | S = "${WORKDIR}/git" |
@@ -31,6 +32,20 @@ S = "${WORKDIR}/git" | |||
31 | # This should move back to the common .inc once the main recipe updates to 1.8.x | 32 | # This should move back to the common .inc once the main recipe updates to 1.8.x |
32 | PACKAGECONFIG[hls] = "--enable-hls --with-hls-crypto=openssl,--disable-hls,openssl" | 33 | PACKAGECONFIG[hls] = "--enable-hls --with-hls-crypto=openssl,--disable-hls,openssl" |
33 | 34 | ||
35 | # The tinyalsa plugin was added prior to the 1.7.2 release | ||
36 | # https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=c8bd74fa9a81398f57d976c478d2043f30188684 | ||
37 | PACKAGECONFIG[tinyalsa] = "--enable-tinyalsa,--disable-tinyalsa,tinyalsa" | ||
38 | |||
39 | # The vulkan based video sink plugin was added prior to the 1.7.2 release | ||
40 | # https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=5de6dd9f40629562acf90e35e1fa58464d66617d | ||
41 | PACKAGECONFIG[vulkan] = "--enable-vulkan,--disable-vulkan,libxcb" | ||
42 | |||
43 | # The dependency-less netsim plugin was added prior to the 1.7.2 release | ||
44 | # https://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=e3f9e854f08e82bfab11182c5a2aa6f9a0c73cd5 | ||
45 | EXTRA_OECONF += " \ | ||
46 | --enable-netsim \ | ||
47 | " | ||
48 | |||
34 | do_configure_prepend() { | 49 | do_configure_prepend() { |
35 | ${S}/autogen.sh --noconfigure | 50 | ${S}/autogen.sh --noconfigure |
36 | } | 51 | } |