From 8b433f49c8ea153f75d986e5b9ad89dd3f625cba Mon Sep 17 00:00:00 2001 From: Marc Ferland Date: Tue, 25 Apr 2017 10:48:35 -0400 Subject: bluez5: remove libasound-module references Cleanup references to libasound-module since this code has been completly removed from Bluez. Signed-off-by: Marc Ferland Signed-off-by: Ross Burton --- meta/recipes-core/packagegroups/packagegroup-base.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/packagegroups') diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb b/meta/recipes-core/packagegroups/packagegroup-base.bb index 0069e3e0f7..f9e6e2edd8 100644 --- a/meta/recipes-core/packagegroups/packagegroup-base.bb +++ b/meta/recipes-core/packagegroups/packagegroup-base.bb @@ -204,7 +204,7 @@ RRECOMMENDS_packagegroup-base-pcmcia = "\ SUMMARY_packagegroup-base-bluetooth = "Bluetooth support" RDEPENDS_packagegroup-base-bluetooth = "\ ${BLUEZ} \ - ${@bb.utils.contains('COMBINED_FEATURES', 'alsa', 'libasound-module-bluez', '',d)} \ + ${@bb.utils.contains('COMBINED_FEATURES', 'alsa', bb.utils.contains('BLUEZ', 'bluez4', 'libasound-module-bluez', '', d), '',d)} \ " RRECOMMENDS_packagegroup-base-bluetooth = "\ -- cgit 1.2.3-korg