From a9d3c5c8783235cb120fdba6b884daa0ab8140b9 Mon Sep 17 00:00:00 2001 From: Harsh Rai Date: Tue, 16 Jun 2026 17:07:25 +0530 Subject: [PATCH] audioreach-graphmgr: add tinycompress dependency Ensure compress offload builds with tinycompress headers. Support AGM-backed compressed playback path. Signed-off-by: Harsh Rai --- recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb b/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb index 52e1e07..caf6b0a 100644 --- a/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb +++ b/recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb @@ -10,6 +10,7 @@ SRC_URI += "file://agm_server.service" SRC_URI += "file://agm-dbus.conf" DEPENDS = "glib-2.0 tinyalsa audioreach-graphservices audioreach-conf" +DEPENDS:append:qcom = " tinycompress" # Add dbus to DEPENDS only if --with-no-ipc is NOT in EXTRA_OECONF DEPENDS:append = "${@bb.utils.contains('EXTRA_OECONF', '--with-no-ipc', '', ' dbus', d)}" @@ -24,7 +25,7 @@ SOLIBS = ".so*" FILES_SOLIBSDEV = "" INSANE_SKIP:${PN} += "dev-so" -FILES:${PN} += "${libdir}/alsa-lib/*" +FILES:${PN} += "${libdir}/alsa-lib/* ${libdir}/tinycompress-lib/*" do_install:append () { if ${@bb.utils.contains('EXTRA_OECONF', '--with-no-ipc', 'false', 'true', d)}; then