diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-17 14:49:58 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:51 +0200 |
commit | 6b87a52136d965a61e15768c6a1565209a2e724c (patch) | |
tree | a88d8122b841e048776d2f1b3bd5ed0281911396 /meta-multimedia | |
parent | 578663d03529ac34dc411f925bd8e429ae91642b (diff) | |
download | meta-openembedded-contrib-6b87a52136d965a61e15768c6a1565209a2e724c.tar.gz |
fluidsync: Fix build
Resolve build failure with out of date libtool macros by removing them.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 965b9273d00..b0bc824c5ef 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/* +} |