[oe-commits] Peter Bigot : gnokii: refine selector for bluez4 package config

git at git.openembedded.org git at git.openembedded.org
Thu Feb 12 18:38:36 UTC 2015


Module: meta-openembedded.git
Branch: master
Commit: 714a004cc10fe3cdd9b9d424ba4f0449ea611459
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=714a004cc10fe3cdd9b9d424ba4f0449ea611459

Author: Peter Bigot <pab at pabigot.com>
Date:   Sun Feb  8 12:47:34 2015 -0600

gnokii: refine selector for bluez4 package config

Use bluez4 or bluez5 to avoid ambiguity.

Signed-off-by: Peter A. Bigot <pab at pabigot.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 4826452..acae868 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"



More information about the Openembedded-commits mailing list