diff options
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins.inc | 5 |
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" | |||
| 2 | HOMEPAGE = "http://gstreamer.freedesktop.org/" | 2 | HOMEPAGE = "http://gstreamer.freedesktop.org/" |
| 3 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" | 3 | BUGTRACKER = "https://bugzilla.gnome.org/enter_bug.cgi?product=Gstreamer" |
| 4 | SECTION = "multimedia" | 4 | SECTION = "multimedia" |
| 5 | |||
| 5 | DEPENDS = "gstreamer1.0" | 6 | DEPENDS = "gstreamer1.0" |
| 6 | 7 | ||
| 7 | inherit autotools pkgconfig upstream-version-is-even | 8 | inherit autotools pkgconfig upstream-version-is-even |
| 8 | 9 | ||
| 9 | GSTREAMER_1_0_DEBUG ?= "--disable-debug" | 10 | GSTREAMER_1_0_DEBUG ?= "--disable-debug" |
| 10 | GSTREAMER_1_0_GIT_BRANCH ?= "master" | ||
| 11 | EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_1_0_DEBUG} --disable-examples " | 11 | EXTRA_OECONF = "--disable-valgrind ${GSTREAMER_1_0_DEBUG} --disable-examples " |
| 12 | 12 | ||
| 13 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | 13 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" |
| @@ -32,6 +32,8 @@ oe_runconf_prepend() { | |||
| 32 | 32 | ||
| 33 | SRC_URI = "${@get_gst_srcuri(d)}" | 33 | SRC_URI = "${@get_gst_srcuri(d)}" |
| 34 | 34 | ||
| 35 | GSTREAMER_1_0_GIT_BRANCH ?= "master" | ||
| 36 | |||
| 35 | def get_gst_srcuri(d): | 37 | def get_gst_srcuri(d): |
| 36 | # check if expected prefix is present | 38 | # check if expected prefix is present |
| 37 | prefix = "gstreamer1.0-" | 39 | prefix = "gstreamer1.0-" |
| @@ -56,4 +58,3 @@ delete_liblink_m4_file() { | |||
| 56 | } | 58 | } |
| 57 | 59 | ||
| 58 | do_configure[prefuncs] += " delete_liblink_m4_file " | 60 | do_configure[prefuncs] += " delete_liblink_m4_file " |
| 59 | |||
