bluez-alsa: bump to version 1.3.0
Add optional build of rfcomm which requires readline. Update license hash as authorship has been updated in the license file. Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3b502b90f0
commit
e40cdee9cc
@ -26,6 +26,12 @@ config BR2_PACKAGE_BLUEZ_ALSA_HCITOP
|
||||
help
|
||||
Enable top-like monitoring tool for HCI.
|
||||
|
||||
config BR2_PACKAGE_BLUEZ_ALSA_RFCOMM
|
||||
bool "rfcomm"
|
||||
select BR2_PACKAGE_READLINE
|
||||
help
|
||||
Simple tool for sending RFCOMM commands.
|
||||
|
||||
endif
|
||||
|
||||
comment "bluez-alsa needs a toolchain w/ wchar, NPTL, headers >= 3.4, dynamic library"
|
||||
|
@ -1,3 +1,3 @@
|
||||
# Locally calculated:
|
||||
sha256 dfa48e991a6bbb194a9161deb949371155150dabd5cfc1453a8df754b7cbdc84 bluez-alsa-9045edb436ea755f395a2e09e4525b5defad286a.tar.gz
|
||||
sha256 c90a0081b0526834f700d084e48819b18d11453ecb030c9b7de0d2cc3e3711a5 LICENSE.txt
|
||||
sha256 20005c4a153346ea7941973e9b7bd0b228417351f2e8ce88d1c02cc62bca188e bluez-alsa-v1.3.0.tar.gz
|
||||
sha256 4738489ada14818fe4c53ce86223d7b2f4c1f57cb1f93d62c973c94a89080e83 LICENSE.txt
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BLUEZ_ALSA_VERSION = 9045edb436ea755f395a2e09e4525b5defad286a
|
||||
BLUEZ_ALSA_VERSION = v1.3.0
|
||||
BLUEZ_ALSA_SITE = $(call github,Arkq,bluez-alsa,$(BLUEZ_ALSA_VERSION))
|
||||
BLUEZ_ALSA_LICENSE = MIT
|
||||
BLUEZ_ALSA_LICENSE_FILES = LICENSE.txt
|
||||
@ -40,4 +40,11 @@ else
|
||||
BLUEZ_ALSA_CONF_OPTS += --disable-hcitop
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_BLUEZ_ALSA_RFCOMM),y)
|
||||
BLUEZ_ALSA_DEPENDENCIES += readline
|
||||
BLUEZ_ALSA_CONF_OPTS += --enable-rfcomm
|
||||
else
|
||||
BLUEZ_ALSA_CONF_OPTS += --disable-rfcomm
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
Loading…
Reference in New Issue
Block a user