From 22ec27ff1e12167081dc7e1e5a6a8a3d7cfc1622 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 13 Jan 2009 19:00:38 +0100 Subject: [PATCH] fluidsynth: "fix" configure stage to work with a recent libtool --- packages/fluidsynth/fluidsynth_1.0.8.bb | 6 ++++++ 1 file changed, 6 insertions(+) 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 } -- 2.39.5