git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d712bfd
)
mpd: add fix from mpd-alsa
author
Koen Kooi
<koen@openembedded.org>
Thu, 19 Feb 2009 16:08:09 +0000
(17:08 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 19 Feb 2009 16:08:09 +0000
(17:08 +0100)
packages/musicpd/mpd_0.14.2.bb
patch
|
blob
|
history
diff --git
a/packages/musicpd/mpd_0.14.2.bb
b/packages/musicpd/mpd_0.14.2.bb
index
80a4857
..
fee254e
100644
(file)
--- a/
packages/musicpd/mpd_0.14.2.bb
+++ b/
packages/musicpd/mpd_0.14.2.bb
@@
-8,6
+8,8
@@
DEPENDS = "libvorbis libogg libao zlib libmikmod flac audiofile virtual/libiconv
SRC_URI = "${SOURCEFORGE_MIRROR}/musicpd/mpd-${PV}.tar.bz2 \
file://mpd/mpd.init"
+PR = "r1"
+
inherit autotools update-rc.d
INITSCRIPT_NAME = "mpd"
@@
-32,3
+34,9
@@
EXTRA_OECONF = "\
do_compile_prepend() {
find -name Makefile | xargs sed -i 's~-I/usr/include~-I${STAGING_INCDIR}~g'
}
+
+do_install_append() {
+ install -d ${D}${sysconfdir}/init.d
+ install -m 755 ${WORKDIR}/mpd/mpd.init ${D}${sysconfdir}/init.d/mpd
+}
+