]> Untitled Git - yocto/meta-hvmpd.git/commitdiff
mpd: fix service start errors with 0.24 version
authorHugo Villeneuve <hugo@hugovil.com>
Wed, 17 Dec 2025 21:51:04 +0000 (16:51 -0500)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 28 Mar 2026 20:54:03 +0000 (16:54 -0400)
Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
recipes-multimedia/musicpd/mpd_%.bbappend

index dcb67a091e396b6e17a610a4ae3d5933f6a4760f..b1580f38cfaa946dffac9bd41c51ff854773815b 100644 (file)
@@ -48,6 +48,10 @@ do_install:append() {
 
     # Disabling autostart of mpd.socket, in order to enable zeroconf:
     rm ${D}${systemd_system_unitdir}/mpd.socket
+
+    # Fix bug preventing mpd from starting properly:
+    #     ...mpd... exception: Failed to set group 29: Invalid argument
+    iniconf_unset ${D}${systemd_system_unitdir}/mpd.service PrivateUsers
 }
 
 # Disabling autostart of mpd.socket, in order to enable zeroconf: