summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/bluez5/bluez5.inc
diff options
context:
space:
mode:
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 \