diff options
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 11 | ||||
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf (renamed from meta/recipes-connectivity/bluez5/bluez5-5.10/bluetooth.conf) | 0 | ||||
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5_5.10.bb | 5 | ||||
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5_5.12.bb | 5 |
4 files changed, 6 insertions, 15 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc index 2e25d86e55..e08dff4ca5 100644 --- a/meta/recipes-connectivity/bluez5/bluez5.inc +++ b/meta/recipes-connectivity/bluez5/bluez5.inc | |||
@@ -11,11 +11,10 @@ DEPENDS = "udev libusb dbus-glib glib-2.0 libcheck readline" | |||
11 | RCONFLICTS_${PN} = "bluez4" | 11 | RCONFLICTS_${PN} = "bluez4" |
12 | 12 | ||
13 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} obex-profiles" | 13 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} obex-profiles" |
14 | PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib" | ||
15 | PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical" | 14 | PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical" |
16 | 15 | ||
17 | SRC_URI = "\ | 16 | SRC_URI = "\ |
18 | ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.gz \ | 17 | ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ |
19 | file://bluetooth.conf \ | 18 | file://bluetooth.conf \ |
20 | " | 19 | " |
21 | S = "${WORKDIR}/bluez-${PV}" | 20 | S = "${WORKDIR}/bluez-${PV}" |
@@ -23,15 +22,7 @@ S = "${WORKDIR}/bluez-${PV}" | |||
23 | inherit autotools pkgconfig systemd | 22 | inherit autotools pkgconfig systemd |
24 | 23 | ||
25 | EXTRA_OECONF = "\ | 24 | EXTRA_OECONF = "\ |
26 | --disable-gstreamer \ | ||
27 | --enable-usb \ | ||
28 | --enable-tools \ | 25 | --enable-tools \ |
29 | --enable-bccmd \ | ||
30 | --enable-hid2hci \ | ||
31 | --enable-dfutool \ | ||
32 | --disable-hidd \ | ||
33 | --disable-pand \ | ||
34 | --disable-dund \ | ||
35 | --disable-cups \ | 26 | --disable-cups \ |
36 | --enable-test \ | 27 | --enable-test \ |
37 | --enable-datafiles \ | 28 | --enable-datafiles \ |
diff --git a/meta/recipes-connectivity/bluez5/bluez5-5.10/bluetooth.conf b/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf index ca5e9e4f2f..ca5e9e4f2f 100644 --- a/meta/recipes-connectivity/bluez5/bluez5-5.10/bluetooth.conf +++ b/meta/recipes-connectivity/bluez5/bluez5/bluetooth.conf | |||
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.10.bb b/meta/recipes-connectivity/bluez5/bluez5_5.10.bb deleted file mode 100644 index 57dd4ff141..0000000000 --- a/meta/recipes-connectivity/bluez5/bluez5_5.10.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require bluez5.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "9bcc1d81e392e5be27fb11b1aad71abe" | ||
4 | SRC_URI[sha256sum] = "39360c4c58158cb1d5dcc56d34a0a676d8868ef8c82b3083fc7396be5e8c3963" | ||
5 | |||
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.12.bb b/meta/recipes-connectivity/bluez5/bluez5_5.12.bb new file mode 100644 index 0000000000..126ab11208 --- /dev/null +++ b/meta/recipes-connectivity/bluez5/bluez5_5.12.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require bluez5.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "5d37e581107b3d6f91b81194a5006407" | ||
4 | SRC_URI[sha256sum] = "75ef574f15f356d03bd54f1a8ba26abe63bf3d1326a9fa12d63a762ddf40617e" | ||
5 | |||