From 5c0da579b82902198e4a2e0dcb87dc7ec0cbf953 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Tue, 14 Nov 2017 19:47:02 +0100 Subject: Fix runtime package conflict on asound.conf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit alsa-state and 4a-hal-config both provides the same file. Fix the abstract provisioning by using the original flag VIRTUAL-RUNTIME_alsa-state = 4a-hal-config . v2: fix also RRECOMMENDS_pn-alsa-utils-alsactl v3: kill everything that might still pull-in alsa-state directly Change-Id: I0f4766ef996303ad0a1c74e3b19adcefd206a35a Signed-off-by: Jan-Simon Möller --- .../recipes-core/packagegroups/packagegroup-agl-audio.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-audio-4a-framework/recipes-core') 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 ec2c04d5..3b27a63c 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 @@ -12,5 +12,5 @@ RDEPENDS_${PN} += "\ 4a-alsa-core \ 4a-hal-reference \ agl-service-audio-4a \ - virtual/4a-hal-config \ + VIRTUAL-RUNTIME_alsa-state \ " -- cgit 1.2.3-korg