[oe-commits] Richard Purdie : fluidsync: Fix build

git at git.openembedded.org git at git.openembedded.org
Thu Jul 17 14:20:21 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 01da29f15ea58fe52e301cd7766a07e666ac3083
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=01da29f15ea58fe52e301cd7766a07e666ac3083

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Thu Jul 17 14:49:58 2014 +0100

fluidsync: Fix build

Resolve build failure with out of date libtool macros by removing them.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb
index 965b927..b0bc824 100644
--- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb
+++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb
@@ -17,3 +17,7 @@ PACKAGECONFIG[sndfile] = "--enable-libsndfile-support,--disable-libsndfile-suppo
 PACKAGECONFIG[jack] = "--enable-jack-support,--disable-jack-support,jack"
 PACKAGECONFIG[pulseaudio] = "--enable-pulse-support,--disable-pulse-support,pulseaudio"
 PACKAGECONFIG[portaudio] = "--enable-portaudio-support,--disable-portaudio-support,portaudio"
+
+do_configure_prepend () {
+    rm -f ${S}/m4/*
+}



More information about the Openembedded-commits mailing list