Update recipes for transition to UNPACKDIR
[AGL/meta-agl-demo.git] / recipes-multimedia / musicpd / mpd_agldemo.inc
index 990fdec..e2e7338 100644 (file)
@@ -5,18 +5,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
 # in the upstream recipe.
 DEPENDS:remove = "curl"
 
-SRC_URI += "file://0001-output-PipeWire-activate-stream-in-Drain.patch \
-            file://0002-output-PipeWire-skip-Cancel-if-already-drained.patch \
-            file://0003-output-PipeWire-call-pw_stream_flush-in-Cancel.patch \
-            file://0004-output-PipeWire-after-Cancel-refill-buffer-before-re.patch \
-            file://mpd-volatiles.conf \
-"
-
-# The older meson in poky dunfell complains about the use of the
-# build.{c_std,cpp_std} options even though they work, so we need to
-# flag them to be ignored in the unknown configure option QA test.
-# This can be removed after upgrading to Yocto Project 3.5.
-UNKNOWN_CONFIGURE_OPT_IGNORE = "build.c_std build.cpp_std"
+SRC_URI += "file://mpd-volatiles.conf"
 
 # This also needs to be pushed upstream.
 PACKAGECONFIG[pipewire] = "-Dpipewire=enabled,-Dpipewire=disabled,pipewire"
@@ -56,6 +45,6 @@ USERADD_PARAM:${PN} = " \
 # lightmediascanner configuration.
 do_install:append() {
     if ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'true', 'false', d)}; then
-       install -D -m 0644 ${WORKDIR}/mpd-volatiles.conf ${D}${sysconfdir}/tmpfiles.d/mpd.conf
+       install -D -m 0644 ${UNPACKDIR}/mpd-volatiles.conf ${D}${sysconfdir}/tmpfiles.d/mpd.conf
     fi
 }