gstreamer1.0-plugins.inc: minor formatting improvements

(From OE-Core rev: 2087769982b1d629a18c10de7dc3e21785b99664)

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andre McCurdy 2016-01-18 17:26:55 -08:00 committed by Richard Purdie
parent 981145ad8b
commit 61f30b4781
1 changed files with 3 additions and 2 deletions

View File

@ -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 "