diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-13 19:00:38 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-13 19:00:38 +0100 |
commit | 22ec27ff1e12167081dc7e1e5a6a8a3d7cfc1622 (patch) | |
tree | 57dd8e0767d1c3857fa13f0502d491acfae75e06 /packages/fluidsynth | |
parent | d29faa595573ae683c66f7af4971ddfc435a2b5f (diff) |
fluidsynth: "fix" configure stage to work with a recent libtool
Diffstat (limited to 'packages/fluidsynth')
-rw-r--r-- | 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 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 } |