diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-06-17 20:36:07 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-07-06 14:32:43 -0400 |
commit | 8eee52427d4e7bbd060f5537a19042cebb78af3a (patch) | |
tree | 62fafc9b728d7c6ec75bca3e01951a7ba4e11f0d /recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb | |
parent | 26144b14060e8532c8d4e8ad5c59161f41ccd076 (diff) |
agl-service-audiomixer: add updated recipe
Add recipes to build the new incarnation of VIS client daemon version
of agl-service-audiomixer that will serve as the base for future API
development. As well, add the new package to the appropriate
packagegroup.
Bug-AGL: SPEC-4409
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I9f69fedb13050807fc4390bf9ba278062969b973
Diffstat (limited to 'recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb')
-rw-r--r-- | recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb b/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb index 7646ccf38..6d2f6546e 100644 --- a/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb +++ b/recipes-platform/packagegroups/packagegroup-agl-ivi-services.bb @@ -12,4 +12,5 @@ RDEPENDS:${PN} += "\ kuksa-val-agl \ kuksa-dbc-feeder \ agl-service-hvac \ + agl-service-audiomixer \ " |