]> Untitled Git - yocto/meta-hvmpd.git/commitdiff
mympd: disable stickers
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 29 Mar 2026 03:15:11 +0000 (23:15 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Sun, 29 Mar 2026 03:16:20 +0000 (23:16 -0400)
To eliminate this warning in the browser:

    MPD does not support stickers

Signed-off-by: Hugo Villeneuve <hugo@hugovil.com>
recipes-multimedia/musicpd/mympd_git.bb

index 5d8b94c1d34a18a22d6facea10f82ce4d7cc1b7c..690a3a3cb894eff67232f88c84a87cc8009e64db 100644 (file)
@@ -33,7 +33,7 @@ do_install:append() {
     rm -rf ${D}${systemd_user_unitdir}
 
     # Use port 8081 as port 8080 is used by ympd.
-    sed -e '/^\[Service\]/s/$/\nEnvironment=MYMPD_HTTP_PORT=8081\nEnvironment=MYMPD_SSL=false/' \
+    sed -e '/^\[Service\]/s/$/\nEnvironment=MYMPD_HTTP_PORT=8081\nEnvironment=MYMPD_SSL=false\nEnvironment=MYMPD_STICKERS=false/' \
         -i ${D}${systemd_system_unitdir}/mympd.service
 
     install -m 0700 -d ${D}${localstatedir}/lib/private