summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
diff options
context:
space:
mode:
authorCarlos Rafael Giani <dv@pseudoterminal.org>2016-04-28 21:06:27 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-06 10:31:11 +0100
commite9c85d5b99ec1841ff0d93f0812baa14d7c3d752 (patch)
treefdbcf09d90c0ec0c8c543093658353fc3a5a2bff /meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
parentc6394a56f71028982006a821190c538c095a12f5 (diff)
downloadpoky-e9c85d5b99ec1841ff0d93f0812baa14d7c3d752.tar.gz
gstreamer1.0: upgrade to version 1.8.1
The gst-inspect patch no longer applies, and according to upstream, is not needed. (From OE-Core rev: 78ae58c25f8084aab3cba66c9c50b34341f45c3c) Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
index 7715bb202e..f04fc6ebe4 100644
--- a/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
+++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
@@ -20,11 +20,6 @@ SRCREV_FORMAT = "base"
20 20
21S = "${WORKDIR}/git" 21S = "${WORKDIR}/git"
22 22
23# The option to configure tracer hooks was added prior to the 1.7.2 release
24# https://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=e5ca47236e4df4683707f0bcf99181a937d358d5
25PACKAGECONFIG[gst-tracer-hooks] = "--enable-gst-tracer-hooks,--disable-gst-tracer-hooks,"
26PACKAGECONFIG[trace-historic] = "--enable-trace,--disable-trace,"
27
28do_configure_prepend() { 23do_configure_prepend() {
29 ${S}/autogen.sh --noconfigure 24 ${S}/autogen.sh --noconfigure
30} 25}