[Lunar-commits] <moonbase-other> bluez-5: Bump to 5.24 and adding --enable-library to BUILD to enable some BlueZ 4 compatibility.

Dennis Veatch dennisveatch at bellsouth.net
Fri Oct 10 19:37:02 CEST 2014


commit b856ace0a2c57dd7eb97f062a056e2f3d1eb6a84
Author: Dennis Veatch <dennisveatch at bellsouth.net>
Date: Fri, 10 Oct 2014 13:35:20 -0400
URL: https://github.com/lunar-linux/moonbase-other/commit/b856ace0a2c57dd7eb97f062a056e2f3d1eb6a84

bluez-5: Bump to 5.24 and adding --enable-library to BUILD to enable some BlueZ 4 compatibility.

Not sure if that means we can get rid of bluez (have not used that module in a long time).
---
  bluetooth/bluez-5/BUILD   | +2/-2     
  bluetooth/bluez-5/DETAILS | +3/-3     
  2 files changed, 5 insertions(+), 5 deletions(-)

--- a/bluetooth/bluez-5/BUILD
+++ b/bluetooth/bluez-5/BUILD
@@ -2,9 +2,9 @@
   mkdir -p /etc/bluetooth &&
 
   if in_depends $MODULE systemd ; then
-    OPTS+=" --enable-systemd --disable-udev"
+    OPTS+=" --enable-systemd --disable-udev --enable-library"
    else
-    OPTS+=" --enable-udev --disable-systemd"
+    OPTS+=" --enable-udev --disable-systemd --enable-library"
   fi &&
 
   default_build &&
--- a/bluetooth/bluez-5/DETAILS
+++ b/bluetooth/bluez-5/DETAILS
@@ -1,12 +1,12 @@
           MODULE=bluez-5
-         VERSION=23
+         VERSION=24
           SOURCE=$MODULE.$VERSION.tar.gz
       SOURCE_URL=http://www.kernel.org/pub/linux/bluetooth
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE.$VERSION
-      SOURCE_VFY=sha1:858dabe39ea9e1b19e76dc2735d5b360563340c9
+      SOURCE_VFY=sha1:8821c252c0e9aa9478b502dc2f0b87ec5e2a55bd
         WEB_SITE=http://www.bluez.org
          ENTERED=20140805
-         UPDATED=20140912
+         UPDATED=20141009
            SHORT="support for core Bluetooth layers and protocols"
 
 cat << EOF




More information about the Lunar-commits mailing list