mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
Mpd: use libsystemd
Mpd tries to find and link to libsystemd-daemon by default, but there's only libsystemd in OpenEmbedded. Fixing this makes socket activation work. Signed-off-by: Gyorgy Szombathelyi <gyurco@freemail.hu> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
273be2ecc2
commit
a1647eaab8
@@ -22,6 +22,10 @@ PACKAGECONFIG[id3tag] = "--enable-id3,--disable-id3,libid3tag"
|
||||
PACKAGECONFIG[lame] = "--enable-lame-encoder,--disable-lame-encoder,lame"
|
||||
PACKAGECONFIG[smb] = "--enable-smbclient,--disable-smbclient,samba"
|
||||
|
||||
do_configure_prepend() {
|
||||
sed -i -e 's|libsystemd-daemon|libsystemd|' ${S}/configure.ac
|
||||
}
|
||||
|
||||
do_install_append() {
|
||||
install -d ${D}/${localstatedir}/lib/mpd/music
|
||||
chmod 775 ${D}/${localstatedir}/lib/mpd/music
|
||||
|
||||
Reference in New Issue
Block a user