From 73ba7cd70f75a898bf4c3f8ae38c9904fc3e4724 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 1 May 2015 12:15:51 +0200 Subject: *obex*, navit, libsyncml, foxtrotgps, gypsy, bluez-hcidump, bluez4, gst-plugin-bluetooth, gnome-bluetooth: blacklist bluez4 only recipes when bluez5 is in DISTRO_FEATURES foo --- meta-oe/recipes-navigation/gypsy/gypsy.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-oe/recipes-navigation/gypsy') diff --git a/meta-oe/recipes-navigation/gypsy/gypsy.inc b/meta-oe/recipes-navigation/gypsy/gypsy.inc index 7c93d0a193..9efd35637b 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" SECTION = "console/network" DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt-native libxslt" +PNBLACKLIST[gypsy] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" + inherit autotools pkgconfig gtk-doc PACKAGES += "libgypsy" -- cgit v1.2.3-54-g00ecf