[oe-commits] Koen Kooi : fluidsynth: "fix" configure stage to work with a recent libtool

GIT User account git at amethyst.openembedded.net
Tue Jan 13 18:04:29 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 22ec27ff1e12167081dc7e1e5a6a8a3d7cfc1622
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=22ec27ff1e12167081dc7e1e5a6a8a3d7cfc1622

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jan 13 19:00:38 2009 +0100

fluidsynth: "fix" configure stage to work with a recent libtool

---

 packages/fluidsynth/fluidsynth_1.0.8.bb |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/packages/fluidsynth/fluidsynth_1.0.8.bb b/packages/fluidsynth/fluidsynth_1.0.8.bb
index 075140c..96c82fd 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
 }





More information about the Openembedded-commits mailing list