diff options
Diffstat (limited to 'meta-oe/recipes-connectivity')
6 files changed, 14 insertions, 1 deletions
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 3950630a86..3a15d64cc8 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 96ce0f64fb..e97b22ef21 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 6a16520168..822aec4dc5 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 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 \ |
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" | |||
| 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 | ||
