diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-12-11 19:24:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-14 09:11:17 +0000 |
commit | 94090391d4310193d0421303c3b6c6f101fc430b (patch) | |
tree | 390de299019d182be3f1d47223939cee1227f9ad /meta/recipes-connectivity/bluez5/bluez5.inc | |
parent | 6bc2df55a5d78356bb6375340db01999c49db1b0 (diff) | |
download | poky-94090391d4310193d0421303c3b6c6f101fc430b.tar.gz |
bluez5: upgrade to 5.12
- Configure options no longer available were removed.
- The content of patch directory was generic, so the name
of directory is now generic.
- Switched to xz format for tarball
(40% decrease in download size).
(From OE-Core rev: 4c968a803a45620efbd0dc7979a7c1b6d28473a6)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/bluez5/bluez5.inc')
-rw-r--r-- | meta/recipes-connectivity/bluez5/bluez5.inc | 11 |
1 files changed, 1 insertions, 10 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 \ |