summaryrefslogtreecommitdiffstats
path: root/recipes-platform/packagegroups/packagegroup-agl-ivi-multimedia.bb
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2022-02-14 17:38:28 -0500
committerScott Murray <scott.murray@konsulko.com>2022-02-15 22:25:18 +0000
commit3d520839afffc7096d599f07210a63bd4b21c427 (patch)
treee22558678011b0fc2cfacc2aaf1414a1fe168f98 /recipes-platform/packagegroups/packagegroup-agl-ivi-multimedia.bb
parentd771fdbc4c03cb3a131b235359f9bea681dd3196 (diff)
Add backports of mpd and related recipes
Backport the recipe for the latest (0.23.5) version of mpd (Music Player Daemon) from meta-openembedded's master branch. This provides a version with native PipeWire support, and should help make the upcoming upgrade to Yocto Project 3.5 (aka Kirkstone) easier. Additionally, the recipes for the related libmpdclient library and mpc utility are also backported to ensure compatibility. The provided bbappend for the mpd recipe tweaks the backport to build with the older version of meson in dunfell, and applies configuration to approximate the lightmediascanner set up with regards to media location and using /var/volatile for metadata storage for robustness. Bug-AGL: SPEC-4255 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: Ida58289a16079f48c3467d55aef4a608671ffc37
Diffstat (limited to 'recipes-platform/packagegroups/packagegroup-agl-ivi-multimedia.bb')
-rw-r--r--recipes-platform/packagegroups/packagegroup-agl-ivi-multimedia.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-ivi-multimedia.bb b/recipes-platform/packagegroups/packagegroup-agl-ivi-multimedia.bb
index 2f6521a5..dc60e9e1 100644
--- a/recipes-platform/packagegroups/packagegroup-agl-ivi-multimedia.bb
+++ b/recipes-platform/packagegroups/packagegroup-agl-ivi-multimedia.bb
@@ -13,7 +13,7 @@ ALLOW_EMPTY:${PN} = "1"
RDEPENDS:${PN} += "\
gstreamer1.0-plugins-base-meta \
gstreamer1.0-plugins-good-meta \
- lightmediascanner-meta \
+ mpd \
"
# for now: enable here for the AGL IVI demo (image-ivi and demo-platform)