mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00
mpd: fix fetch failure for 0.18.x
MPD stable download location will contain only the latest stable branch, so fetch will not work in case of an older OE recipe. i.e., mpd 0.18.x recipe will no longer work after 0.19 branch is released (as it is the case now). Signed-off-by: Cristian Iorga <ubik3000@gmail.com> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
8d50adfe53
commit
bb6a0062c8
|
@ -6,7 +6,7 @@ HOMEPAGE ="http://www.musicpd.org"
|
|||
DEPENDS = "alsa-lib libsamplerate0 libsndfile1 libvorbis libogg faad2 ffmpeg curl sqlite bzip2 pulseaudio tcp-wrappers openal-soft yajl jack faad2 flac libao fluidsynth libcdio wavpack libopus mpg123 libmms libmodplug"
|
||||
|
||||
SRC_URI = " \
|
||||
http://www.musicpd.org/download/${BPN}/stable/${BP}.tar.xz \
|
||||
http://www.musicpd.org/download/${BPN}/0.18/${BP}.tar.xz \
|
||||
file://mpd.conf.in \
|
||||
"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user