util-linux-ng: fix swaponoff
[openembedded.git] / recipes / bluez / bluez4.inc
1 SUMMARY = "Linux Bluetooth Stack Userland V4"
2 DESCRIPTION = "Linux Bluetooth stack V4 userland components.  These include a system configurations, daemons, tools and system libraries."
3 HOMEPAGE = "http://www.bluez.org"
4 SECTION = "libs"
5 LICENSE = "GPLv2+ LGPLv2.1+"
6 LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \
7                     file://COPYING.LIB;md5=fb504b67c50331fc78734fed90fb0e09 \
8                     file://src/main.c;beginline=1;endline=24;md5=9bc54b93cd7e17bf03f52513f39f926e \
9                     file://sbc/sbc.c;beginline=1;endline=25;md5=1a40781ed30d50d8639323a184aeb191"
10 DEPENDS = "udev libusb dbus-glib glib-2.0 readline libsndfile1"
11 # libcheck
12 RDEPENDS_${PN}-dev = "bluez-hcidump"
13
14 #PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib"
15 #PACKAGECONFIG[pie] = "--enable-pie,--disable-pie,"
16 #PACKAGECONFIG[systemd] = "--with-systemdunitdir=${systemd_unitdir}/system/,--with-systemdunitdir="
17
18 ASNEEDED = ""
19
20 SRC_URI = "\
21   ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.gz \
22 "
23 S = "${WORKDIR}/bluez-${PV}"
24
25 inherit autotools pkgconfig
26 # autotools-brokensep systemd
27
28 EXTRA_OECONF = "\
29   --disable-gstreamer \
30   --enable-usb \
31   --enable-tools \
32   --enable-bccmd \
33   --enable-hid2hci \
34   --enable-dfutool \
35   --disable-cups \
36   --enable-test \
37   --enable-datafiles \
38   --with-udevdir=`pkg-config --variable=udevdir udev` \
39   --with-udevrulesdir=`pkg-config --variable=udevdir udev`/rules.d \
40   --enable-alsa \
41   --enable-health \
42   --enable-hidd \
43   --enable-pand \
44   --enable-dund \
45   --enable-dbusoob \
46   --enable-wiimote \
47   --enable-gatt \
48 "
49
50 EXCLUDE_FROM_WORLD = "1"