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 --- templates/feature/agl-demo/50_bblayers.conf.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') diff --git a/templates/feature/agl-demo/50_bblayers.conf.inc b/templates/feature/agl-demo/50_bblayers.conf.inc index ef8f3383..7d4773a0 100644 --- a/templates/feature/agl-demo/50_bblayers.conf.inc +++ b/templates/feature/agl-demo/50_bblayers.conf.inc @@ -5,6 +5,7 @@ BBLAYERS =+ " \ " AGL_META_FILESYSTEMS = "${METADIR}/external/meta-openembedded/meta-filesystems" +AGL_META_MULTIMEDIA = "${METADIR}/external/meta-openembedded/meta-multimedia" AGL_META_PYTHON = "${METADIR}/external/meta-openembedded/meta-python" # OpenEmbedded layer to add support for multiple cloud service provider solutions -- cgit 1.2.3-korg