diff options
author | Tim Orling <TicoTimo@gmail.com> | 2014-05-26 11:15:03 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-10 12:25:40 +0200 |
commit | 5db6148d8c21682e3f70c18fc2f0a14ee97471b8 (patch) | |
tree | 0c982aa926ed93232e8c8f725c6af4d93465e74f /meta-multimedia | |
parent | 23961504590ff7e962e097a94567d9f862494568 (diff) | |
download | meta-openembedded-5db6148d8c21682e3f70c18fc2f0a14ee97471b8.tar.gz |
fluidsynth: fix S!=B errors
Fixes:
: fatal error: fluidsynth/version.h: No such file or directory
| #include "fluidsynth/version.h"
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
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.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb index 6358613986..4052e42682 100644 --- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb | |||
@@ -10,7 +10,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/project/${PN}/${PN}-${PV}/${PN}-${PV}.tar.gz" | |||
10 | SRC_URI[md5sum] = "ae5aca6de824b4173667cbd3a310b263" | 10 | SRC_URI[md5sum] = "ae5aca6de824b4173667cbd3a310b263" |
11 | SRC_URI[sha256sum] = "50853391d9ebeda9b4db787efb23f98b1e26b7296dd2bb5d0d96b5bccee2171c" | 11 | SRC_URI[sha256sum] = "50853391d9ebeda9b4db787efb23f98b1e26b7296dd2bb5d0d96b5bccee2171c" |
12 | 12 | ||
13 | inherit autotools pkgconfig lib_package | 13 | inherit autotools-brokensep pkgconfig lib_package |
14 | 14 | ||
15 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}" | 15 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)}" |
16 | PACKAGECONFIG[sndfile] = "--enable-libsndfile-support,--disable-libsndfile-support,libsndfile1" | 16 | PACKAGECONFIG[sndfile] = "--enable-libsndfile-support,--disable-libsndfile-support,libsndfile1" |