diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-11-09 11:53:50 +0100 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2018-11-09 11:53:50 +0100 |
commit | d531eb3872684bb873d157a09f0048d4fbc70e0d (patch) | |
tree | 3e6d5eda2175593ff17649b811ca4189d0485412 /meta-audio-4a-framework/recipes-core | |
parent | a18aabefd6f57b74b626a03171b7fa3a7a45417e (diff) |
meta-audio-4a: remove UNICENS legacy hal
Bug-AGL: SPEC-1505
- Remove UNICENS legacy hal from build until the new hal plugin
is available
- Remove ldpath which was required to load the legacy hal
(avoids binder startup error since the path is no longer available)
Change-Id: If25094d4f944e887fed0ed10c5cae8049ce6db82
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
Diffstat (limited to 'meta-audio-4a-framework/recipes-core')
-rw-r--r-- | meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb b/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb index 907cb1c4..e8926363 100644 --- a/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb +++ b/meta-audio-4a-framework/recipes-core/packagegroups/packagegroup-agl-audio.bb @@ -13,7 +13,6 @@ RDEPENDS_${PN} += "\ agl-service-audio-4a \ VIRTUAL-RUNTIME_alsa-state \ agl-service-unicens \ - 4a-hal-unicens \ bluez-alsa \ 4a-softmixer \ 4a-hal-generic \ |