mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 01:40:07 +00:00
task-base: pull in the bluez asound module when appropriate
If the machine and distro both want alsa, then have task-base-bluetooth pull in the libasound-module-bluez package. (From OE-Core rev: 4d7b8da48a1df57bf8e08eff368564f7b47a5222) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
d48585caf9
commit
48634df7bc
@@ -2,7 +2,7 @@ DESCRIPTION = "Merge machine and distro options to create a basic machine task/p
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
|
||||||
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||||
PR = "r74"
|
PR = "r75"
|
||||||
|
|
||||||
inherit task
|
inherit task
|
||||||
|
|
||||||
@@ -207,6 +207,7 @@ RRECOMMENDS_task-base-pcmcia = "\
|
|||||||
|
|
||||||
RDEPENDS_task-base-bluetooth = "\
|
RDEPENDS_task-base-bluetooth = "\
|
||||||
bluez4 \
|
bluez4 \
|
||||||
|
${@base_contains('COMBINED_FEATURES', 'alsa', 'libasound-module-bluez', '',d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
RRECOMMENDS_task-base-bluetooth = "\
|
RRECOMMENDS_task-base-bluetooth = "\
|
||||||
|
|||||||
Reference in New Issue
Block a user