From: Koen Kooi Date: Tue, 13 Jan 2009 18:00:38 +0000 (+0100) Subject: fluidsynth: "fix" configure stage to work with a recent libtool X-Git-Tag: Release-2010-05/1~4418 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22ec27ff1e12167081dc7e1e5a6a8a3d7cfc1622;p=openembedded.git fluidsynth: "fix" configure stage to work with a recent libtool --- diff --git a/packages/fluidsynth/fluidsynth_1.0.8.bb b/packages/fluidsynth/fluidsynth_1.0.8.bb index 075140c92f..96c82fd157 100644 --- a/packages/fluidsynth/fluidsynth_1.0.8.bb +++ b/packages/fluidsynth/fluidsynth_1.0.8.bb @@ -8,6 +8,12 @@ SRC_URI = "http://savannah.nongnu.org/download/fluid/${P}.tar.gz" inherit autotools pkgconfig lib_package +#Has broken libtool usage +do_configure() { + gnu-configize + oe_runconf +} + do_stage() { autotools_stage_all }