From 901bef8b6697196a19337d8f6647ebb6fd54f24e Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Wed, 30 Mar 2022 14:27:17 -0400 Subject: Drop MPD recipe backports Use new AGL_META_MULTIMEDIA hook to add the meta-multimedia layer from meta-openembedded, and drop the backports of mpd, libmpdclient, and mpc in favour of getting them from their instead. Also rename our mpd bbappend to use a wildcard so it will match against the newer version in upstream. Bug-AGL:SPEC-3819 Signed-off-by: Scott Murray Change-Id: I4b5730a60af7cc6c85523124d9fc40e8017c8294 --- recipes-multimedia/musicpd/mpd_agldemo.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'recipes-multimedia/musicpd/mpd_agldemo.inc') diff --git a/recipes-multimedia/musicpd/mpd_agldemo.inc b/recipes-multimedia/musicpd/mpd_agldemo.inc index c2e79f2d..34120aea 100644 --- a/recipes-multimedia/musicpd/mpd_agldemo.inc +++ b/recipes-multimedia/musicpd/mpd_agldemo.inc @@ -5,8 +5,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/files:" # in the upstream recipe. DEPENDS:remove = "curl" -SRC_URI += "file://0001-Tweaks-to-allow-building-with-older-meson.patch \ - file://mpd-volatiles.conf" +SRC_URI += "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 -- cgit 1.2.3-korg