summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation/gypsy/gypsy.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-05-01 12:15:51 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2015-05-11 10:27:28 +0200
commit73ba7cd70f75a898bf4c3f8ae38c9904fc3e4724 (patch)
tree4dbc31aa7e42aef81b503b484c39c382bdf5bf74 /meta-oe/recipes-navigation/gypsy/gypsy.inc
parent3ad735b7e26d5f2acc7452de563db93f8d10340c (diff)
downloadmeta-openembedded-73ba7cd70f75a898bf4c3f8ae38c9904fc3e4724.tar.gz
*obex*, navit, libsyncml, foxtrotgps, gypsy, bluez-hcidump, bluez4, gst-plugin-bluetooth, gnome-bluetooth: blacklist bluez4 only recipes when bluez5 is in DISTRO_FEATURES
foo
Diffstat (limited to 'meta-oe/recipes-navigation/gypsy/gypsy.inc')
-rw-r--r--meta-oe/recipes-navigation/gypsy/gypsy.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-navigation/gypsy/gypsy.inc b/meta-oe/recipes-navigation/gypsy/gypsy.inc
index 7c93d0a19..9efd35637 100644
--- a/meta-oe/recipes-navigation/gypsy/gypsy.inc
+++ b/meta-oe/recipes-navigation/gypsy/gypsy.inc
@@ -8,6 +8,8 @@ LICENSE = "GPLv2.0 & LGPLv2.1"
8SECTION = "console/network" 8SECTION = "console/network"
9DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt-native libxslt" 9DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt-native libxslt"
10 10
11PNBLACKLIST[gypsy] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}"
12
11inherit autotools pkgconfig gtk-doc 13inherit autotools pkgconfig gtk-doc
12PACKAGES += "libgypsy" 14PACKAGES += "libgypsy"
13 15