diff options
author | Koen Kooi <koen@openembedded.org> | 2010-07-29 12:24:15 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-07-29 12:24:15 +0200 |
commit | bf282e09e04fe2859f0d7af5e8c0e6afa387d9ce (patch) | |
tree | 8cb6e6c74a31c2eb0a111630f91a02f49b987ea2 | |
parent | 4e00989ccf9d36fb38745746b9ce768679a7cec4 (diff) |
mpd: bump PR
-rw-r--r-- | recipes/musicpd/mpd_0.15.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/musicpd/mpd_0.15.bb b/recipes/musicpd/mpd_0.15.bb index 0f6295da93..25ad232f16 100644 --- a/recipes/musicpd/mpd_0.15.bb +++ b/recipes/musicpd/mpd_0.15.bb @@ -12,7 +12,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/musicpd/mpd-${PV}.tar.bz2 \ inherit autotools update-rc.d INITSCRIPT_NAME = "mpd" -PR = "r1" +PR = "r2" # 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 |