From 61f30b4781bfd752fa04914672bba9ec01f99455 Mon Sep 17 00:00:00 2001 From: Andre McCurdy Date: Mon, 18 Jan 2016 17:26:55 -0800 Subject: gstreamer1.0-plugins.inc: minor formatting improvements (From OE-Core rev: 2087769982b1d629a18c10de7dc3e21785b99664) Signed-off-by: Andre McCurdy Signed-off-by: Richard Purdie --- meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc') diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc index 58c0bbb3e2..568d51f0b9 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc @@ -2,12 +2,12 @@ SUMMARY = "Plugins for the GStreamer multimedia framework 1.x" HOMEPAGE = "http://gstreamer.freedesktop.org/" BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" SECTION = "multimedia" + DEPENDS = "gstreamer1.0" inherit autotools pkgconfig upstream-version-is-even GSTREAMER_1_0_DEBUG ?= "--disable-debug" -GSTREAMER_1_0_GIT_BRANCH ?= "master" EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_1_0_DEBUG} --disable-examples " acpaths = "-I ${S}/common/m4 -I ${S}/m4" @@ -32,6 +32,8 @@ oe_runconf_prepend() { SRC_URI = "${@get_gst_srcuri(d)}" +GSTREAMER_1_0_GIT_BRANCH ?= "master" + def get_gst_srcuri(d): # check if expected prefix is present prefix = "gstreamer1.0-" @@ -56,4 +58,3 @@ delete_liblink_m4_file() { } do_configure[prefuncs] += " delete_liblink_m4_file " - -- cgit v1.2.3-54-g00ecf