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:09:36 +0000 |
commit | 4c968a803a45620efbd0dc7979a7c1b6d28473a6 (patch) | |
tree | bd05205063deb7263bc8ef14c8c9f369ddefc830 /meta/recipes-connectivity/bluez5/bluez5.inc | |
parent | 358415cf604089cc2dab547e231d062b9dc068ee (diff) | |
download | openembedded-core-4c968a803a45620efbd0dc7979a7c1b6d28473a6.tar.gz openembedded-core-4c968a803a45620efbd0dc7979a7c1b6d28473a6.tar.bz2 openembedded-core-4c968a803a45620efbd0dc7979a7c1b6d28473a6.zip |
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).
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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" RCONFLICTS_${PN} = "bluez4" PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'alsa', 'alsa', '', d)} obex-profiles" -PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib" PACKAGECONFIG[obex-profiles] = "--enable-obex,--disable-obex,libical" SRC_URI = "\ - ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.gz \ + ${KERNELORG_MIRROR}/linux/bluetooth/bluez-${PV}.tar.xz \ file://bluetooth.conf \ " S = "${WORKDIR}/bluez-${PV}" @@ -23,15 +22,7 @@ S = "${WORKDIR}/bluez-${PV}" inherit autotools pkgconfig systemd EXTRA_OECONF = "\ - --disable-gstreamer \ - --enable-usb \ --enable-tools \ - --enable-bccmd \ - --enable-hid2hci \ - --enable-dfutool \ - --disable-hidd \ - --disable-pand \ - --disable-dund \ --disable-cups \ --enable-test \ --enable-datafiles \ |