Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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)}"
Expand All @@ -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
Expand Down
Loading