diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/bluez')
3 files changed, 7 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" |
