mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
mpd: update to 0.20.22
Signed-off-by: Max Kellermann <max.kellermann@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
3ad039f79a
commit
3eece3a4da
|
|
@ -20,7 +20,7 @@ SRC_URI = " \
|
|||
git://github.com/MusicPlayerDaemon/MPD;branch=v0.20.x \
|
||||
file://mpd.conf.in \
|
||||
"
|
||||
SRCREV = "98afae2520fbe5a322f803335b3142612fda4762"
|
||||
SRCREV = "9274bc15bc41bbe490fde847f8422468cc20375d"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
EXTRA_OECONF = "enable_bzip2=yes"
|
||||
|
|
@ -88,6 +88,9 @@ do_install_append() {
|
|||
's|^ExecStart=.*|ExecStart=${bindir}/mpd --no-daemon|' \
|
||||
${D}/${systemd_unitdir}/system/mpd.service
|
||||
fi
|
||||
|
||||
# we don't need the icon
|
||||
rm -rf ${D}${datadir}/icons
|
||||
}
|
||||
|
||||
RPROVIDES_${PN} += "${PN}-systemd"
|
||||
Loading…
Reference in New Issue
Block a user