fluidsynth: "fix" configure stage to work with a recent libtool
authorKoen Kooi <koen@openembedded.org>
Tue, 13 Jan 2009 18:00:38 +0000 (19:00 +0100)
committerKoen Kooi <koen@openembedded.org>
Tue, 13 Jan 2009 18:00:38 +0000 (19:00 +0100)
packages/fluidsynth/fluidsynth_1.0.8.bb

index 075140c..96c82fd 100644 (file)
@@ -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
 }