aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/musicpd/mpd_0.15.bb
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-04-18 22:27:57 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-04-18 22:47:09 +0200
commit523790db6f5307719d5609fb354430772e8d5aca (patch)
tree26332a05a90a3ed77a3b858fb8c9ba6d69a4a0b4 /recipes/musicpd/mpd_0.15.bb
parentfdaa0a396ccaa5def33628d6a76450cb33af24cc (diff)
downloadopenembedded-523790db6f5307719d5609fb354430772e8d5aca.tar.gz
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_0.15.bb')
-rw-r--r--recipes/musicpd/mpd_0.15.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/musicpd/mpd_0.15.bb b/recipes/musicpd/mpd_0.15.bb
index a10be212cc..0f6295da93 100644
--- a/recipes/musicpd/mpd_0.15.bb
+++ b/recipes/musicpd/mpd_0.15.bb
@@ -12,6 +12,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/musicpd/mpd-${PV}.tar.bz2 \
inherit autotools update-rc.d
INITSCRIPT_NAME = "mpd"
+PR = "r1"
+
# Setting --enable-mpd-{mad,id3tag} causes local caches of the libraries to
# be built, instead we use the OE built versions which should be installed
# in staging - remove the --with and replace with --enable to use the local