From 714a004cc10fe3cdd9b9d424ba4f0449ea611459 Mon Sep 17 00:00:00 2001 From: Peter Bigot Date: Sun, 8 Feb 2015 12:47:34 -0600 Subject: gnokii: refine selector for bluez4 package config Use bluez4 or bluez5 to avoid ambiguity. Signed-off-by: Peter A. Bigot Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit 1.2.3-korg