Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion recipes/audioreach-graphmgr/audioreach-graphmgr_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SRC_URI = "git://git@github.com/Audioreach/audioreach-graphmgr.git;protocol=http
SRC_URI += "file://agm_server.service"
SRC_URI += "file://agm-dbus.conf"

DEPENDS = "glib-2.0 tinyalsa audioreach-graphservices audioreach-conf"
DEPENDS = "glib-2.0 tinyalsa audioreach-graphservices audioreach-conf mm-audio-headers"

# 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 Down
2 changes: 1 addition & 1 deletion recipes/audioreach-pal/audioreach-pal_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ SRC_URI = "${SRCPROJECT};protocol=https;branch=${SRCBRANCH}"

inherit autotools pkgconfig systemd

DEPENDS = "tinyalsa tinycompress audioreach-graphmgr audioreach-graphservices audioreach-conf audioreach-audio-utils"
DEPENDS = "tinyalsa tinycompress audioreach-graphmgr audioreach-graphservices audioreach-conf mm-audio-headers audioreach-audio-utils"
PROVIDES += "audioreach-pal-headers"

EXTRA_OECONF += " --with-glib --with-syslog"
Expand Down
17 changes: 17 additions & 0 deletions recipes/mm-audio-headers/mm-audio-headers_git.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
DESCRIPTION = "AudioReach mm-audio-headers"
HOMEPAGE = "https://github.com/AudioReach/mm-audio-headers"

LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=849c526521c1203a789a87389d328892"

SRCREV = "c5b725f03841eca2735af1f3534e1542573f1411"
PV = "0.0+git"

SRC_URI = "git://github.com/AudioReach/mm-audio-headers.git;protocol=https;branch=main"

inherit autotools pkgconfig

do_compile[noexec] = "1"

ALLOW_EMPTY:${PN} = "1"
FILES:${PN} += "${includedir} ${libdir}/pkgconfig"
1 change: 1 addition & 0 deletions recipes/packagegroup/packagegroup-audioreach.bb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ RDEPENDS:${PN} = " \
audioreach-conf \
audioreach-graphmgr \
audioreach-graphservices \
mm-audio-headers \
tinyalsa \
"
RDEPENDS:${PN}:append:raspberrypi4 = " \
Expand Down
Loading