aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb
diff options
context:
space:
mode:
authorPeter Bigot <pab@pabigot.com>2015-02-08 12:47:34 -0600
committerMartin Jansa <Martin.Jansa@gmail.com>2015-02-12 19:35:40 +0100
commit714a004cc10fe3cdd9b9d424ba4f0449ea611459 (patch)
treeea56e1a7ceb5eb6a616ea8a19f42c626762b8cd3 /meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb
parentd7fa7e96e5b5c8dd94df0b384a3c64160b119ebb (diff)
downloadmeta-openembedded-contrib-714a004cc10fe3cdd9b9d424ba4f0449ea611459.tar.gz
gnokii: refine selector for bluez4 package config
Use bluez4 or bluez5 to avoid ambiguity. Signed-off-by: Peter A. Bigot <pab@pabigot.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb')
-rw-r--r--meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb b/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb
index 4826452866..acae8689d5 100644
--- a/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb
+++ b/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb
@@ -9,7 +9,7 @@ DEPENDS = "glib-2.0"
X11DEPENDS = " libxpm gtk+"
PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}"
-PACKAGECONFIG[bluez] = "--enable-bluetooth,--disable-bluetooth,bluez4"
+PACKAGECONFIG[bluez4] = "--enable-bluetooth,--disable-bluetooth,bluez4"
PACKAGECONFIG[libical] = "--enable-libical,--disable-libical,libical"
PACKAGECONFIG[pcsc-lite] = "--enable-libpcsclite,--disable-libpcsclite,pcsc-lite"
PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline"