diff options
author | Peter Bigot <pab@pabigot.com> | 2015-02-08 12:47:34 -0600 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-12 19:35:40 +0100 |
commit | 714a004cc10fe3cdd9b9d424ba4f0449ea611459 (patch) | |
tree | ea56e1a7ceb5eb6a616ea8a19f42c626762b8cd3 /meta-oe/recipes-connectivity/gnokii | |
parent | d7fa7e96e5b5c8dd94df0b384a3c64160b119ebb (diff) | |
download | meta-openembedded-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')
-rw-r--r-- | meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb | 2 |
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 482645286..acae8689d 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" | |||
9 | X11DEPENDS = " libxpm gtk+" | 9 | X11DEPENDS = " libxpm gtk+" |
10 | 10 | ||
11 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 11 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" |
12 | PACKAGECONFIG[bluez] = "--enable-bluetooth,--disable-bluetooth,bluez4" | 12 | PACKAGECONFIG[bluez4] = "--enable-bluetooth,--disable-bluetooth,bluez4" |
13 | PACKAGECONFIG[libical] = "--enable-libical,--disable-libical,libical" | 13 | PACKAGECONFIG[libical] = "--enable-libical,--disable-libical,libical" |
14 | PACKAGECONFIG[pcsc-lite] = "--enable-libpcsclite,--disable-libpcsclite,pcsc-lite" | 14 | PACKAGECONFIG[pcsc-lite] = "--enable-libpcsclite,--disable-libpcsclite,pcsc-lite" |
15 | PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" | 15 | PACKAGECONFIG[readline] = "--with-readline,--without-readline,readline" |