diff options
-rw-r--r-- | meta/recipes-core/tasks/task-base.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/tasks/task-base.bb b/meta/recipes-core/tasks/task-base.bb index 2325dbf291..d5dd14079f 100644 --- a/meta/recipes-core/tasks/task-base.bb +++ b/meta/recipes-core/tasks/task-base.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "Merge machine and distro options to create a basic machine task/p | |||
2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ | 3 | LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ |
4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" | 4 | file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |
5 | PR = "r74" | 5 | PR = "r75" |
6 | 6 | ||
7 | inherit task | 7 | inherit task |
8 | 8 | ||
@@ -205,8 +205,9 @@ RRECOMMENDS_task-base-pcmcia = "\ | |||
205 | 205 | ||
206 | # Provide bluez-utils-compat utils for the time being, the binaries in that package will vanish soon from upstream releases, so beware! | 206 | # Provide bluez-utils-compat utils for the time being, the binaries in that package will vanish soon from upstream releases, so beware! |
207 | 207 | ||
208 | RDEPENDS_task-base-bluetooth = "\ | 208 | RDEPENDS_task-base-bluetooth = "\ |
209 | bluez4 \ | 209 | bluez4 \ |
210 | ${@base_contains('COMBINED_FEATURES', 'alsa', 'libasound-module-bluez', '',d)} \ | ||
210 | " | 211 | " |
211 | 212 | ||
212 | RRECOMMENDS_task-base-bluetooth = "\ | 213 | RRECOMMENDS_task-base-bluetooth = "\ |