aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support/obexpush/obexpush_1.0.0.bb
diff options
context:
space:
mode:
authorlumag <dbaryshkov@gmail.com>2015-05-11 22:38:25 +0300
committerPaul Eggleton <paul.eggleton@linux.intel.com>2015-05-26 09:24:05 +0100
commit2931066d598d7a70f6507c2d8e5367f551b32e8e (patch)
treec119a7bad2b53dcbf105f2e2aa60237fd94606cc /recipes-support/obexpush/obexpush_1.0.0.bb
parent1d8ef38ac580ab0bca16d50374e4724684b4227a (diff)
downloadmeta-opie-2931066d598d7a70f6507c2d8e5367f551b32e8e.tar.gz
opexpush: update DEPENDS to properly select bluez5 or bluez4
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes-support/obexpush/obexpush_1.0.0.bb')
-rw-r--r--recipes-support/obexpush/obexpush_1.0.0.bb3
1 files changed, 2 insertions, 1 deletions
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 \