Signed-off-by: Dmitry Eremin-Solenikov <dbarysh...@gmail.com>
---
 recipes-support/obexpush/obexpush_1.0.0.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-support/obexpush/obexpush_1.0.0.bb 
b/recipes-support/obexpush/obexpush_1.0.0.bb
index 57ba5db..5018728 100644
--- a/recipes-support/obexpush/obexpush_1.0.0.bb
+++ b/recipes-support/obexpush/obexpush_1.0.0.bb
@@ -2,7 +2,8 @@ DESCRIPTION = "Obex Push Utilities"
 HOMEPAGE = "http://www.caside.lancs.ac.uk/java_bt.php";
 SECTION = "console/network"
 LICENSE = "GPLv2+"
-DEPENDS = "glib-2.0 openobex bluez4"
+DEPENDS = "glib-2.0 openobex"
+DEPENDS += 
"${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}"
 PR = "r7"
 
 SRC_URI = "http://www.caside.lancs.ac.uk/bt/obexpush.tar.gz \
-- 
2.1.4

-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to