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/obex | |
| 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/obex')
| -rw-r--r-- | meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-connectivity/obex/openobex_1.5.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb index afe6106890..99448d052e 100644 --- a/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb +++ b/meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb | |||
| @@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | |||
| 5 | DEPENDS = "gtk+ bluez4 dbus-glib imagemagick openobex" | 5 | DEPENDS = "gtk+ bluez4 dbus-glib imagemagick openobex" |
| 6 | RCONFLICTS_${PN} = "bluez5" | 6 | RCONFLICTS_${PN} = "bluez5" |
| 7 | 7 | ||
| 8 | PNBLACKLIST[obex-data-server] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" | ||
| 9 | |||
| 8 | SRC_URI = "http://tadas.dailyda.com/software/obex-data-server-${PV}.tar.gz" | 10 | SRC_URI = "http://tadas.dailyda.com/software/obex-data-server-${PV}.tar.gz" |
| 9 | SRC_URI[md5sum] = "961ca5db6fe9c97024e133cc6203cc4d" | 11 | SRC_URI[md5sum] = "961ca5db6fe9c97024e133cc6203cc4d" |
| 10 | SRC_URI[sha256sum] = "b399465ddbd6d0217abedd9411d9d74a820effa0a6a142adc448268d3920094f" | 12 | SRC_URI[sha256sum] = "b399465ddbd6d0217abedd9411d9d74a820effa0a6a142adc448268d3920094f" |
diff --git a/meta-oe/recipes-connectivity/obex/openobex_1.5.bb b/meta-oe/recipes-connectivity/obex/openobex_1.5.bb index b07779dd56..ed3d6b2318 100644 --- a/meta-oe/recipes-connectivity/obex/openobex_1.5.bb +++ b/meta-oe/recipes-connectivity/obex/openobex_1.5.bb | |||
| @@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | |||
| 8 | file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | 8 | file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | PNBLACKLIST[openobex] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" | ||
| 12 | |||
| 11 | SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/openobex-${PV}.tar.gz \ | 13 | SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/openobex-${PV}.tar.gz \ |
| 12 | file://disable-cable-test.patch \ | 14 | file://disable-cable-test.patch \ |
| 13 | file://libusb_crosscompile_check.patch \ | 15 | file://libusb_crosscompile_check.patch \ |
