From 770fb50f0ac05731dd1389bfceb171253425855d Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Thu, 1 Sep 2016 18:16:16 +0200 Subject: Changes to meta-renesas for building with YP 2.1.1 'krogoth' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Notable changes: - We drop old appends (libgcc_4.8.bbappend, qemu_%.bbappends, gtk+_2.24.%.bbappend) - All gstreamer1.0_1.2.3 related recipes are now in meta-reneas and have been heavily massaged to work with YP 2.1.1 . - systemd needs a patch due to the old kernel - linux-libc-headers needed a patch TODO: - Test and fix Signed-off-by: Jan-Simon Möller --- .../gstreamer/gst-plugins-bad_0.10.23.bbappend | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'common/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend') 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 6dd2399..bbe249a 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 @@ -7,20 +7,23 @@ 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" +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 \ + --disable-librfb --enable-introspection=no \ + --disable-nls --disable-static --disable-gsettings \ " do_configure_armadillo800eva() { - (cd ${S}; sh autogen.sh --noconfigure) - oe_runconf + (cd ${S}; sh autogen.sh --noconfigure) + oe_runconf } FILES_${PN} += "${bindir}" -- cgit 1.2.3-korg