summaryrefslogtreecommitdiffstats
path: root/common/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-09-01 18:16:16 +0200
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>2016-09-01 23:31:22 +0200
commit770fb50f0ac05731dd1389bfceb171253425855d (patch)
tree2b064bc0596c91f1e0ed3ee2ffd7cb927bf970c9 /common/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend
parent82611ccadef36ab0b8a6fd6fb1cf055e115f1ef5 (diff)
Changes to meta-renesas for building with YP 2.1.1 'krogoth'
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'common/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend')
-rw-r--r--common/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend15
1 files changed, 9 insertions, 6 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 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}"