summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez5/bluez5.inc
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2013-12-11 19:24:01 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-14 09:11:17 +0000
commit94090391d4310193d0421303c3b6c6f101fc430b (patch)
tree390de299019d182be3f1d47223939cee1227f9ad /meta/recipes-connectivity/bluez5/bluez5.inc
parent6bc2df55a5d78356bb6375340db01999c49db1b0 (diff)
downloadpoky-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.inc11
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"
11RCONFLICTS_${PN} = "bluez4" 11RCONFLICTS_${PN} = "bluez4"
12 12
13PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} obex-profiles" 13PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} obex-profiles"
14PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib"
15PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical" 14PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical"
16 15
17SRC_URI = "\ 16SRC_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"
21S = "${WORKDIR}/bluez-${PV}" 20S = "${WORKDIR}/bluez-${PV}"
@@ -23,15 +22,7 @@ S = "${WORKDIR}/bluez-${PV}"
23inherit autotools pkgconfig systemd 22inherit autotools pkgconfig systemd
24 23
25EXTRA_OECONF = "\ 24EXTRA_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 \