diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-01 12:15:51 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-11 10:27:28 +0200 |
commit | 73ba7cd70f75a898bf4c3f8ae38c9904fc3e4724 (patch) | |
tree | 4dbc31aa7e42aef81b503b484c39c382bdf5bf74 /meta-oe/recipes-connectivity/obexftp | |
parent | 3ad735b7e26d5f2acc7452de563db93f8d10340c (diff) | |
download | meta-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-connectivity/obexftp')
-rw-r--r-- | meta-oe/recipes-connectivity/obexftp/obexftp_0.23.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/obexftp/obexftp_0.23.bb b/meta-oe/recipes-connectivity/obexftp/obexftp_0.23.bb index b6bdfb7e4..fcd447cc7 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" | |||
4 | 4 | ||
5 | DEPENDS += "openobex" | 5 | DEPENDS += "openobex" |
6 | 6 | ||
7 | # Depends on openobex | ||
8 | PNBLACKLIST[obexftp] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" | ||
9 | |||
7 | SRC_URI = "http://sourceforge.net/projects/openobex/files/obexftp/${PV}/obexftp-${PV}.tar.bz2 \ | 10 | SRC_URI = "http://sourceforge.net/projects/openobex/files/obexftp/${PV}/obexftp-${PV}.tar.bz2 \ |
8 | file://Remove_some_printf_in_obexftpd.patch " | 11 | file://Remove_some_printf_in_obexftpd.patch " |
9 | 12 | ||