diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-04-18 22:27:57 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> | 2010-04-18 22:47:09 +0200 |
commit | 523790db6f5307719d5609fb354430772e8d5aca (patch) | |
tree | 26332a05a90a3ed77a3b858fb8c9ba6d69a4a0b4 /recipes/musicpd/mpd-alsa_0.14.2.bb | |
parent | fdaa0a396ccaa5def33628d6a76450cb33af24cc (diff) |
mpd,mpd-alsa : fix init script(start and stop were swaped in restart),bump all PR
In the mpd init script,in the restart case,it first started then stopped.
Thanks to jconnolly for having noticed that it didn't restart at all
Diffstat (limited to 'recipes/musicpd/mpd-alsa_0.14.2.bb')
-rw-r--r-- | recipes/musicpd/mpd-alsa_0.14.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/musicpd/mpd-alsa_0.14.2.bb b/recipes/musicpd/mpd-alsa_0.14.2.bb index adbf430e67..c9c71bb3ca 100644 --- a/recipes/musicpd/mpd-alsa_0.14.2.bb +++ b/recipes/musicpd/mpd-alsa_0.14.2.bb @@ -10,7 +10,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/musicpd/mpd-${PV}.tar.bz2 \ file://mpd/mpd.conf \ file://mpd/mpd.init" -PR = "r3" +PR = "r4" S = "${WORKDIR}/mpd-${PV}" inherit autotools update-rc.d |