diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-03-30 14:27:17 -0400 |
---|---|---|
committer | jenkins-dontreply@build.automotivelinux.org <collab-it+agl-jobbuilder@linuxfoundation.org> | 2022-04-13 13:31:22 +0000 |
commit | 901bef8b6697196a19337d8f6647ebb6fd54f24e (patch) | |
tree | 33e2f9031b30025ced636b9d0428bae1468139aa /recipes-multimedia/musicpd/mpd_agldemo.inc | |
parent | 55849b4fa339406451be10a45e29e5b74ea7a3d9 (diff) |
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 <scott.murray@konsulko.com>
Change-Id: I4b5730a60af7cc6c85523124d9fc40e8017c8294
Diffstat (limited to 'recipes-multimedia/musicpd/mpd_agldemo.inc')
-rw-r--r-- | recipes-multimedia/musicpd/mpd_agldemo.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-multimedia/musicpd/mpd_agldemo.inc b/recipes-multimedia/musicpd/mpd_agldemo.inc index c2e79f2d6..34120aea9 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 |