aboutsummaryrefslogtreecommitdiffstats
path: root/main/bluez
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2017-04-03 13:59:10 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-04-03 15:20:01 +0200
commit48d9ebf65fd57f1c2257c88017886d8777a3826f (patch)
tree4ab01f531a5d3ec087754e52423fe41c8cf4005a /main/bluez
parent8e58fef0213394503965faf20d69f661aa9109e4 (diff)
downloadaports-48d9ebf65fd57f1c2257c88017886d8777a3826f.tar.bz2
aports-48d9ebf65fd57f1c2257c88017886d8777a3826f.tar.xz
main/bluetooth: do not use hciconfig at boot
the hciconfig is a deprecated tool. Don't depend on it.
Diffstat (limited to 'main/bluez')
-rw-r--r--main/bluez/APKBUILD4
-rw-r--r--main/bluez/bluetooth.initd14
2 files changed, 3 insertions, 15 deletions
diff --git a/main/bluez/APKBUILD b/main/bluez/APKBUILD
index 5075daa16e..580212eecf 100644
--- a/main/bluez/APKBUILD
+++ b/main/bluez/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=bluez
pkgver=5.44
-pkgrel=1
+pkgrel=2
pkgdesc="Tools for the Bluetooth protocol stack"
url="http://www.bluez.org/"
arch="all"
@@ -81,7 +81,7 @@ deprecated() {
}
sha512sums="4ef568816a38cdc990c22ffcb1c1ce7eb44577eafd0dd31178314f5b5c864c5a43c0b4e34c5f013683518c3f2072f18dff6c78660b45aa9ce8554c4b6d43ecf5 bluez-5.44.tar.xz
-0a5c652effebe5f2fd968535b2d99e8b9b6983f847fd162f80e5965ade4b7bd12165d27b348506a08503d1bc8c2cf5c8265758ca1e9670dfb5e765edf121fd96 bluetooth.initd
+fc43c78ed248ea412529eed5ae8bb47bacca9bf5b3b10de121ddd4e792c85893561a88be4aa2c6318106e5d2146a721445152d44fa60ca257ca0b4eb87318c1e bluetooth.initd
8d7b7c8938a2316ce0a855e9bdf1ef8fcdf33d23f4011df828270a088b88b140a19c432e83fef15355d0829e3c86be05b63e7718fef88563254ea239b8dc12ac rfcomm.initd
a70aa0dbbabe7e29ee81540a6f98bf191a850da55a28f678975635caf34b363cf4d461a801b3484120ee28fdd21240bd456a4f5d706262700924bd2e9a0972fb rfcomm.confd
73202915fda01d420b2864da77b1c25af5a55c815e9be6546400a0940bfb6097d83322790bc22a80ec0fcd557144fdd1877e243a79285a7f040ff96ba3600b94 001-bcm43xx-Add-bcm43xx-3wire-variant.patch
diff --git a/main/bluez/bluetooth.initd b/main/bluez/bluetooth.initd
index e1d95a8734..ee40153ec8 100644
--- a/main/bluez/bluetooth.initd
+++ b/main/bluez/bluetooth.initd
@@ -8,18 +8,6 @@ start_stop_daemon_args="--background --make-pidfile"
depend() {
after coldplug
- need dbus localmount
-}
-
-start_post() {
- local adapter
- eindent
- for adapter in $AUTO_ENABLE; do
- ebegin "Enabling $adapter"
- hciconfig $adapter up
- eend
- done
- eoutdent
- return 0
+ need dbus localmount hostname
}