aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2016-01-18 17:26:55 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-22 23:42:40 +0000
commit2087769982b1d629a18c10de7dc3e21785b99664 (patch)
tree50426dd4aa73bcf5e4e3f91792d4c4f2e9e8eed6 /meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc
parent642fb180472d7f43fa5f73a4d5950e524d576513 (diff)
downloadopenembedded-core-contrib-2087769982b1d629a18c10de7dc3e21785b99664.tar.gz
gstreamer1.0-plugins.inc: minor formatting improvements
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc')
-rw-r--r--meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc5
1 files changed, 3 insertions, 2 deletions
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 "
-