]> code.ossystems Code Review - openembedded-core.git/commitdiff
packagegroup-base: select distro preference for bluez provider
authorPeter A. Bigot <pab@pabigot.com>
Mon, 16 Feb 2015 15:06:12 +0000 (17:06 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Feb 2015 16:35:53 +0000 (16:35 +0000)
Signed-off-by: Peter A. Bigot <pab@pabigot.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/packagegroups/packagegroup-base.bb

index f4b2cd574dc5ac5b7055dafb6a04bf802e99dc3d..369b63ea49961c7f6083337b38d38f28f8a7eaeb 100644 (file)
@@ -8,6 +8,7 @@ PR = "r83"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 inherit packagegroup
+inherit bluetooth
 
 PROVIDES = "${PACKAGES}"
 PACKAGES = ' \
@@ -203,7 +204,7 @@ RRECOMMENDS_packagegroup-base-pcmcia = "\
 
 SUMMARY_packagegroup-base-bluetooth = "Bluetooth support"
 RDEPENDS_packagegroup-base-bluetooth = "\
-    bluez4 \
+    ${BLUEZ} \
     ${@bb.utils.contains('COMBINED_FEATURES', 'alsa', 'libasound-module-bluez', '',d)} \
     "