aboutsummaryrefslogtreecommitdiffstats
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-04-29 09:19:48 +0100
commit78ae58c25f8084aab3cba66c9c50b34341f45c3c (patch)
tree1e86922f04a9e495957f7513c26965ebab382041 /meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb
parent1a0e56630c5c27d8899dd0979ae0b86bbe227881 (diff)
downloadopenembedded-core-contrib-78ae58c25f8084aab3cba66c9c50b34341f45c3c.tar.gz
gstreamer1.0: upgrade to version 1.8.1
The gst-inspect patch no longer applies, and according to upstream, is not needed. 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"
S = "${WORKDIR}/git"
-# The option to configure tracer hooks was added prior to the 1.7.2 release
-# https://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=e5ca47236e4df4683707f0bcf99181a937d358d5
-PACKAGECONFIG[gst-tracer-hooks] = "--enable-gst-tracer-hooks,--disable-gst-tracer-hooks,"
-PACKAGECONFIG[trace-historic] = "--enable-trace,--disable-trace,"
-
do_configure_prepend() {
${S}/autogen.sh --noconfigure
}