The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL
licenses. But a lot of packages did use a different, non-SPDX style with a
"+" at the end instead of "-or-later".
Signed-off-by: Sven Eckelmann <sven@narfation.org>
kmod-bluetooth depends on USB_SUPPORT. If the dependency is not
checked here, it will cause recursive dependency in python packages.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Move non-essential utilities which depend on glib2, ncurses and readline
to a separate package in order to reduce the footprint on devices with
limited storage.
Signed-off-by: Jeremy Begg <JBegg@suntrix.com.au>
By default bluez allows the printing subsystem to communicate
via dbus. This refers to the group lp which isn't available
on OpenWrt and makes dbus fail to start.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
fix Makefile chmod (644)
replace MD5SUM with HASH
add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git
(PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now)
Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
- Adds bcm43xx-3wire variant.
- Resets UART speed after firmware download.
- Prints chip name when firmware isn't found for bcm43xx.
- Increases timeout for bcm43xx.
- Moves bcm43xx firmware to lib.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Move bluetoothd and related programs and files from bluez-utils into
bluez-daemon package. The main motivation for this is to remove the dependency
to DBus from bluez-utils. The utilities like "hcitool" are useful without it.
Also add kmod-bluetooth dependency to bluez-utils, as the utils don't make much
sense without bluetooth support in the kernel.
Signed-off-by: Bruno Randolf <br1@einfach.org>
gatttool is not included in `make install`. The Debian package
similarly copies it out of the build directory.
Signed-off-by: Kevin Mehall <km@kevinmehall.net>
bluez is craply documented
contains changes needed for bluetooth audio playback
bluetooth playback tested successfully with
android mobile (source) to TI omap BeagleBoard (A2DP sink)
- install .conf files according to source code
- package bluetoothd
- new package examples for python commandline tools that might provide
functionality without dbus
- other changes are needed (pulseaudio,sbc,uinput)
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>