diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-11 01:02:55 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-11 01:54:24 +0100 |
commit | 64e891e02f58ace1fac85b7f5edd61303c938a35 (patch) | |
tree | d17e31c475c6529a0b124879b4b8acbf155337f0 /meta-multimedia | |
parent | 49c232118052aeef2336aafff464603cf6771eb9 (diff) | |
download | meta-openembedded-64e891e02f58ace1fac85b7f5edd61303c938a35.tar.gz |
fluidsynth: upgrade to 1.1.1
* and drop special do_configure, now with libtool working with sysroot
argument, we need this otherwise libfluidsynth.la references
/usr/lib/libasound.la directly instead of =/usr/lib/libasound.la and
e.g. vlc build fails
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb (renamed from meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.0.8.bb) | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.0.8.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb index f5d6e53f1..a989e76a7 100644 --- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.0.8.bb +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.1.bb | |||
@@ -7,13 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=dda26baa823649da9a68947707650272" | |||
7 | DEPENDS = "alsa-lib ncurses" | 7 | DEPENDS = "alsa-lib ncurses" |
8 | 8 | ||
9 | SRC_URI = "http://savannah.nongnu.org/download/fluid/${P}.tar.gz" | 9 | SRC_URI = "http://savannah.nongnu.org/download/fluid/${P}.tar.gz" |
10 | SRC_URI[md5sum] = "e2abfd2e69fd8b28d965df968d7d44ee" | 10 | SRC_URI[md5sum] = "0db3da78028d255026230809c6e21b44" |
11 | SRC_URI[sha256sum] = "45e7c9967d0fb0344f4da539ab343fb979384b36a429a8594c94cf466dff4320" | 11 | SRC_URI[sha256sum] = "55638cb04f39f4df76c081e22ca7feeea58ddd20ebf779a7db2d38b1ff374cd6" |
12 | 12 | ||
13 | inherit autotools pkgconfig lib_package | 13 | inherit autotools pkgconfig lib_package |
14 | |||
15 | #Has broken libtool usage | ||
16 | do_configure() { | ||
17 | gnu-configize | ||
18 | oe_runconf | ||
19 | } | ||