diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2016-10-14 14:26:38 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-01-12 01:11:17 +0000 |
commit | b276e86eeb9a5056feb71cf4a7233f233e24f95a (patch) | |
tree | 27501c8c891dc37f1cb8fa3ac7a19a7ab09585a5 /common | |
parent | faa416c91abf38b97303c126d01435a1881dc702 (diff) |
Fix bitbake parsing
The file gst-plugins-bad contains a wrong statement and
overrides for an unused platform. Remove.
v2 (jsmoeller): remove all unnecessary stuff
Change-Id: I0d0b57d7571ee4a2620b63d5f3c37c1f3c41c19c
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'common')
-rw-r--r-- | common/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/common/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend b/common/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend index bbe249a..6b7f1d8 100644 --- a/common/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend +++ b/common/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend @@ -5,26 +5,5 @@ EXTRA_OECONF += "--with-plugins=h264parse,asfmux,videoparsers" TARGET_CFLAGS += "-D_GNU_SOURCE" FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -# For armadillo -SRCREV_armadillo800eva = "6c0a11cb57d4425f6d721a6756c5af4d9dd269e5" -SRC_URI_armadillo800eva = " \ - git://github.com/matsu/gst-plugins-bad.git \ - file://0001-Setup-MERAM-for-A1.patch \ -" - -S_armadillo800eva = "${WORKDIR}/git/" -DEPENDS_append_armadillo800eva = " directfb libuiomux libshvio" -EXTRA_OECONF_armadillo800eva := "${@'${EXTRA_OECONF}'.replace('--disable-directfb', '--enable-directfb')}" - -EXTRA_OECONF_append_armadillo800eva = " \ - --disable-librfb --enable-introspection=no \ - --disable-nls --disable-static --disable-gsettings \ -" - -do_configure_armadillo800eva() { - (cd ${S}; sh autogen.sh --noconfigure) - oe_runconf -} - FILES_${PN} += "${bindir}" require gst-plugins-private-libs.inc |