Skip to content

Commit 2643a0e

Browse files
committed
[bluez-alsa] bump and cleanup
1 parent 74840ae commit 2643a0e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package/alsa-lib/alsa-lib.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ ALSA_LIB_CONF_OPTS = \
1616
--with-alsa-devdir=$(call qstrip,$(BR2_PACKAGE_ALSA_LIB_DEVDIR)) \
1717
--with-pcm-plugins="$(call qstrip,$(BR2_PACKAGE_ALSA_LIB_PCM_PLUGINS))" \
1818
--with-ctl-plugins="$(call qstrip,$(BR2_PACKAGE_ALSA_LIB_CTL_PLUGINS))" \
19-
--without-versioned
19+
--without-versioned \
20+
--disable-thread-safety
2021

2122
# Can't build with static & shared at the same time (1.0.25+)
2223
ifeq ($(BR2_STATIC_LIBS),y)

package/bluez-alsa/bluez-alsa.hash

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# Locally calculated:
2-
sha256 7fb5953264766169066cba313ac51c243c90952c32b8ec56f8d825705a183431 bluez-alsa-88aefeea56b7ea20668796c2c7a8312bf595eef4.tar.gz
3-
sha256 c90a0081b0526834f700d084e48819b18d11453ecb030c9b7de0d2cc3e3711a5 LICENSE.txt
2+
sha256 c2c3f5e3a904592fb5d804617d7a9f7c2c44bc8ede2b3b08c027758125bd1d80 bluez-alsa-11eb11d1b42eec1ec0956e7ab82864e3a61e422d.tar.gz

package/bluez-alsa/bluez-alsa.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
BLUEZ_ALSA_VERSION = 88aefeea56b7ea20668796c2c7a8312bf595eef4
7+
BLUEZ_ALSA_VERSION = 11eb11d1b42eec1ec0956e7ab82864e3a61e422d
88
BLUEZ_ALSA_SITE = $(call github,Arkq,bluez-alsa,$(BLUEZ_ALSA_VERSION))
99
BLUEZ_ALSA_LICENSE = MIT
1010
BLUEZ_ALSA_LICENSE_FILES = LICENSE.txt

0 commit comments

Comments
 (0)