diff options
author | Max Kellermann <max.kellermann@gmail.com> | 2018-10-26 18:34:49 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-10-26 21:08:44 -0700 |
commit | 3eece3a4dab3b2aa5e5950848bcb04e5c0e034b9 (patch) | |
tree | 5cce555373500808be51f3f030506504d4dadb9f /meta-multimedia/recipes-multimedia | |
parent | 3ad039f79a48926e81522a6f0057885c56d32786 (diff) | |
download | meta-openembedded-3eece3a4dab3b2aa5e5950848bcb04e5c0e034b9.tar.gz |
mpd: update to 0.20.22
Signed-off-by: Max Kellermann <max.kellermann@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.22.bb (renamed from meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.21.bb) | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.21.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.22.bb index d4edd5b310..3c92f8d031 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.21.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.20.22.bb | |||
@@ -20,7 +20,7 @@ SRC_URI = " \ | |||
20 | git://github.com/MusicPlayerDaemon/MPD;branch=v0.20.x \ | 20 | git://github.com/MusicPlayerDaemon/MPD;branch=v0.20.x \ |
21 | file://mpd.conf.in \ | 21 | file://mpd.conf.in \ |
22 | " | 22 | " |
23 | SRCREV = "98afae2520fbe5a322f803335b3142612fda4762" | 23 | SRCREV = "9274bc15bc41bbe490fde847f8422468cc20375d" |
24 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
25 | 25 | ||
26 | EXTRA_OECONF = "enable_bzip2=yes" | 26 | EXTRA_OECONF = "enable_bzip2=yes" |
@@ -88,6 +88,9 @@ do_install_append() { | |||
88 | 's|^ExecStart=.*|ExecStart=${bindir}/mpd --no-daemon|' \ | 88 | 's|^ExecStart=.*|ExecStart=${bindir}/mpd --no-daemon|' \ |
89 | ${D}/${systemd_unitdir}/system/mpd.service | 89 | ${D}/${systemd_unitdir}/system/mpd.service |
90 | fi | 90 | fi |
91 | |||
92 | # we don't need the icon | ||
93 | rm -rf ${D}${datadir}/icons | ||
91 | } | 94 | } |
92 | 95 | ||
93 | RPROVIDES_${PN} += "${PN}-systemd" | 96 | RPROVIDES_${PN} += "${PN}-systemd" |