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 | |
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
12 files changed, 27 insertions, 1 deletions
diff --git a/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb b/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb index f28f77b8c..6058b0466 100644 --- a/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb +++ b/meta-gnome/recipes-connectivity/obex/obexd_0.48.bb | |||
@@ -6,6 +6,7 @@ RCONFLICTS_${PN} = "bluez5" | |||
6 | LICENSE = "GPLv2" | 6 | LICENSE = "GPLv2" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e" |
8 | 8 | ||
9 | PNBLACKLIST[obexd] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" | ||
9 | 10 | ||
10 | SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/obexd-${PV}.tar.gz \ | 11 | SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/obexd-${PV}.tar.gz \ |
11 | file://ssize_t_definition.patch \ | 12 | file://ssize_t_definition.patch \ |
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb index 8711b8af0..9a63b38b4 100644 --- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_2.32.0.bb | |||
@@ -9,6 +9,8 @@ PR = "r1" | |||
9 | SECTION = "x11/gnome" | 9 | SECTION = "x11/gnome" |
10 | DEPENDS = "obexd gnome-doc-utils-native gnome-doc-utils gconf gtk+ dbus-glib libunique libnotify bluez4 gnome-keyring virtual/libx11 libxi intltool-native" | 10 | DEPENDS = "obexd gnome-doc-utils-native gnome-doc-utils gconf gtk+ dbus-glib libunique libnotify bluez4 gnome-keyring virtual/libx11 libxi intltool-native" |
11 | 11 | ||
12 | PNBLACKLIST[gnome-bluetooth] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" | ||
13 | |||
12 | inherit gnomebase gtk-icon-cache | 14 | inherit gnomebase gtk-icon-cache |
13 | 15 | ||
14 | SRC_URI += " \ | 16 | SRC_URI += " \ |
diff --git a/meta-oe/recipes-connectivity/bluez/bluez-hcidump_2.5.bb b/meta-oe/recipes-connectivity/bluez/bluez-hcidump_2.5.bb index 3950630a8..3a15d64cc 100644 --- a/meta-oe/recipes-connectivity/bluez/bluez-hcidump_2.5.bb +++ b/meta-oe/recipes-connectivity/bluez/bluez-hcidump_2.5.bb | |||
@@ -11,6 +11,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | |||
11 | file://src/hcidump.c;beginline=1;endline=23;md5=3bee3a162dff43a5be7470710b99fbcf" | 11 | file://src/hcidump.c;beginline=1;endline=23;md5=3bee3a162dff43a5be7470710b99fbcf" |
12 | PR = "r1" | 12 | PR = "r1" |
13 | 13 | ||
14 | PNBLACKLIST[bluez-hcidump] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" | ||
15 | |||
14 | SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz \ | 16 | SRC_URI = "http://www.kernel.org/pub/linux/bluetooth/bluez-hcidump-${PV}.tar.gz \ |
15 | file://obsolete_automake_macros.patch \ | 17 | file://obsolete_automake_macros.patch \ |
16 | " | 18 | " |
diff --git a/meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb b/meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb index 96ce0f64f..e97b22ef2 100644 --- a/meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb +++ b/meta-oe/recipes-connectivity/bluez/bluez4_4.101.bb | |||
@@ -1,5 +1,7 @@ | |||
1 | require bluez4.inc | 1 | require bluez4.inc |
2 | 2 | ||
3 | PNBLACKLIST[bluez4] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" | ||
4 | |||
3 | PR = "r11" | 5 | PR = "r11" |
4 | 6 | ||
5 | SRC_URI += "file://bluetooth.conf \ | 7 | SRC_URI += "file://bluetooth.conf \ |
@@ -47,4 +49,4 @@ FILES_${PN}-dbg += "\ | |||
47 | " | 49 | " |
48 | 50 | ||
49 | SYSTEMD_SERVICE_${PN} = "bluetooth.service" | 51 | SYSTEMD_SERVICE_${PN} = "bluetooth.service" |
50 | SYSTEMD_AUTO_ENABLE = "disable" \ No newline at end of file | 52 | SYSTEMD_AUTO_ENABLE = "disable" |
diff --git a/meta-oe/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb b/meta-oe/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb index 6a1652016..822aec4dc 100644 --- a/meta-oe/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb +++ b/meta-oe/recipes-connectivity/bluez/gst-plugin-bluetooth_4.101.bb | |||
@@ -1,6 +1,8 @@ | |||
1 | require bluez4.inc | 1 | require bluez4.inc |
2 | require recipes-multimedia/gstreamer/gst-plugins-package.inc | 2 | require recipes-multimedia/gstreamer/gst-plugins-package.inc |
3 | 3 | ||
4 | PNBLACKLIST[gst-plugin-bluetooth] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" | ||
5 | |||
4 | PR = "r1" | 6 | PR = "r1" |
5 | 7 | ||
6 | SRC_URI[md5sum] = "fb42cb7038c380eb0e2fa208987c96ad" | 8 | SRC_URI[md5sum] = "fb42cb7038c380eb0e2fa208987c96ad" |
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 afe610689..99448d052 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 b07779dd5..ed3d6b231 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 \ |
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 | ||
diff --git a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb index 101e87e88..9ba409cf9 100644 --- a/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb +++ b/meta-oe/recipes-navigation/foxtrotgps/foxtrotgps_1.1.1.bb | |||
@@ -6,6 +6,8 @@ LICENSE = "GPLv2" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" |
7 | DEPENDS = "curl gtk+ libglade sqlite3 libexif gpsd bluez4 intltool-native" | 7 | DEPENDS = "curl gtk+ libglade sqlite3 libexif gpsd bluez4 intltool-native" |
8 | 8 | ||
9 | PNBLACKLIST[foxtrotgps] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" | ||
10 | |||
9 | SRC_URI = "http://www.foxtrotgps.org/releases/${BP}.tar.gz" | 11 | SRC_URI = "http://www.foxtrotgps.org/releases/${BP}.tar.gz" |
10 | SRC_URI[md5sum] = "6777d448ee9d3ba195f9d26ea90e3163" | 12 | SRC_URI[md5sum] = "6777d448ee9d3ba195f9d26ea90e3163" |
11 | SRC_URI[sha256sum] = "ae9706285510554cc0813ac92522e0d1672b0ddb065307bfacfcff3c328f6adb" | 13 | SRC_URI[sha256sum] = "ae9706285510554cc0813ac92522e0d1672b0ddb065307bfacfcff3c328f6adb" |
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" | |||
8 | SECTION = "console/network" | 8 | SECTION = "console/network" |
9 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt-native libxslt" | 9 | DEPENDS = "glib-2.0 dbus bluez4 dbus-glib libxslt-native libxslt" |
10 | 10 | ||
11 | PNBLACKLIST[gypsy] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" | ||
12 | |||
11 | inherit autotools pkgconfig gtk-doc | 13 | inherit autotools pkgconfig gtk-doc |
12 | PACKAGES += "libgypsy" | 14 | PACKAGES += "libgypsy" |
13 | 15 | ||
diff --git a/meta-oe/recipes-navigation/navit/navit.inc b/meta-oe/recipes-navigation/navit/navit.inc index 9d4f4eccb..4f09ff1b8 100644 --- a/meta-oe/recipes-navigation/navit/navit.inc +++ b/meta-oe/recipes-navigation/navit/navit.inc | |||
@@ -15,6 +15,9 @@ RSUGGESTS_${PN} = "flite-alsa espeak ${PN}-speech-dbus ${PN}-gui-gtk ${PN}-gui-q | |||
15 | PE = "1" | 15 | PE = "1" |
16 | INC_PR = "r11" | 16 | INC_PR = "r11" |
17 | 17 | ||
18 | # Depends on gypsy | ||
19 | PNBLACKLIST[navit] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" | ||
20 | |||
18 | inherit autotools gettext pkgconfig | 21 | inherit autotools gettext pkgconfig |
19 | 22 | ||
20 | PACKAGECONFIG ?= "qt" | 23 | PACKAGECONFIG ?= "qt" |
diff --git a/meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb b/meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb index e740b6da2..ebf65c7cc 100644 --- a/meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb +++ b/meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb | |||
@@ -6,6 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" | |||
6 | 6 | ||
7 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4 openobex wbxml2" | 7 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4 openobex wbxml2" |
8 | 8 | ||
9 | # Depends on openobex | ||
10 | PNBLACKLIST[libsyncml] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" | ||
11 | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/libsyncml-${PV}.tar.gz" | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/libsyncml-${PV}.tar.gz" |
10 | SRC_URI[md5sum] = "84879ed7cb94618530fbcb801a1a4f95" | 13 | SRC_URI[md5sum] = "84879ed7cb94618530fbcb801a1a4f95" |
11 | SRC_URI[sha256sum] = "05d6513637adb1300a3a58b6e29d53ab6373c8f370807d0d925bae72b2920e53" | 14 | SRC_URI[sha256sum] = "05d6513637adb1300a3a58b6e29d53ab6373c8f370807d0d925bae72b2920e53" |