diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2017-11-30 18:43:15 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-12-16 18:59:37 +0000 |
commit | 019592995933acff5e6ab7cc9bc04c02f3168060 (patch) | |
tree | 8a20260c41d0c53d5edfdcf8f4af616f5ad9459e /meta-ivi-common | |
parent | 56e07fa94196219316b643bc43f2bf131887a2f5 (diff) |
4A: don't pull agl-audio-plugin when 4A is enabled
When agl-audio-4a-framework feature is enabled at aglsetup time, 4A audio
is enabled and legacy agl-audio-plugin used with GENIVI AudioManager must
not be pulled in images.
Change-Id: I23ff0ced9eff184718b47219e80f1f51db8b9fb8
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12245
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
(cherry picked from commit 5746146e5a42821fb95d39af36b0e7e07c45b79d)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/12601
Diffstat (limited to 'meta-ivi-common')
-rw-r--r-- | meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb index 58b8f38e0..602d247b4 100644 --- a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb +++ b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb @@ -12,7 +12,7 @@ PACKAGES = "\ ALLOW_EMPTY_${PN} = "1" RDEPENDS_${PN} += "\ - agl-audio-plugin \ + ${@bb.utils.contains('DISTRO_FEATURES', 'agl-audio-4a-framework', '' , 'agl-audio-plugin', d)} \ alsa-utils \ pulseaudio-server \ pulseaudio-misc \ |