From b276e86eeb9a5056feb71cf4a7233f233e24f95a Mon Sep 17 00:00:00 2001 From: Ronan Le Martret Date: Fri, 14 Oct 2016 14:26:38 +0200 Subject: Fix bitbake parsing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Jan-Simon Möller --- .../gstreamer/gst-plugins-bad_0.10.23.bbappend | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'common') 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 -- cgit 1.2.3-korg