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-connectivity/obexftp/obexftp_0.23.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-oe/recipes-connectivity/obexftp') diff --git a/meta-oe/recipes-connectivity/obexftp/obexftp_0.23.bb b/meta-oe/recipes-connectivity/obexftp/obexftp_0.23.bb index b6bdfb7e43..fcd447cc7c 100644 --- a/meta-oe/recipes-connectivity/obexftp/obexftp_0.23.bb +++ b/meta-oe/recipes-connectivity/obexftp/obexftp_0.23.bb @@ -4,6 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" DEPENDS += "openobex" +# Depends on openobex +PNBLACKLIST[obexftp] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" + SRC_URI = "http://sourceforge.net/projects/openobex/files/obexftp/${PV}/obexftp-${PV}.tar.bz2 \ file://Remove_some_printf_in_obexftpd.patch " -- cgit v1.2.3-54-g00ecf