diff options
| author | Robert Yang <liezhi.yang@windriver.com> | 2014-07-02 19:25:56 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-15 14:56:55 +0200 |
| commit | 621de68d6217b1707db6184d19f1f650d8ca2ef4 (patch) | |
| tree | 8bd041f367d48fdafa6107d2a1e8c43c007189dc /meta-multimedia/recipes-multimedia/fluidsynth | |
| parent | aabcff134a643590213219fd2b779a3b403651f7 (diff) | |
| download | meta-openembedded-621de68d6217b1707db6184d19f1f650d8ca2ef4.tar.gz | |
meta-multimedia: use BPN in SRC_URI
Fixed SRC_URI:
* ${PN} -> ${BPN}, use ${BP} if it was ${PN}-${PV}
* ${P} -> ${BP}
Otherwise we would meet do_fetch errors when we do the multilib, native
or nativesdk build.
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/fluidsynth')
| -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 4052e42682..965b9273d0 100644 --- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb +++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.6.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e198e9aac94943d0ec29a7dae8c29416" | |||
| 6 | 6 | ||
| 7 | DEPENDS = "alsa-lib ncurses glib-2.0" | 7 | DEPENDS = "alsa-lib ncurses glib-2.0" |
| 8 | 8 | ||
| 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${PN}/${PN}-${PV}/${PN}-${PV}.tar.gz" | 9 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/${BPN}/${BP}/${BP}.tar.gz" |
| 10 | SRC_URI[md5sum] = "ae5aca6de824b4173667cbd3a310b263" | 10 | SRC_URI[md5sum] = "ae5aca6de824b4173667cbd3a310b263" |
| 11 | SRC_URI[sha256sum] = "50853391d9ebeda9b4db787efb23f98b1e26b7296dd2bb5d0d96b5bccee2171c" | 11 | SRC_URI[sha256sum] = "50853391d9ebeda9b4db787efb23f98b1e26b7296dd2bb5d0d96b5bccee2171c" |
| 12 | 12 | ||
