alsa-utils: add alsa-ucm-conf dependency 13436/head
authorRosen Penev <rosenp@gmail.com>
Sun, 20 Sep 2020 05:13:29 +0000 (22:13 -0700)
committerRosen Penev <rosenp@gmail.com>
Sun, 20 Sep 2020 22:04:43 +0000 (15:04 -0700)
Fixes issues such as:

root@MI-R3G:~# alsactl init
alsa-lib parser.c:2101:(parse_toplevel_config) Syntax field not found
in /usr/share/alsa/ucm2/ucm.conf

alsa-lib main.c:983:(snd_use_case_mgr_open) error: failed to import
hw:0 use case configuration -22

Signed-off-by: Rosen Penev <rosenp@gmail.com>
sound/alsa-utils/Makefile

index 58db00d919bef90ba94e758b764f9b70201ea1fe..89bd7aae14da1ce3de0bb823049135b14e7ad78d 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=alsa-utils
 PKG_VERSION:=1.2.3
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=ftp://ftp.alsa-project.org/pub/utils/ \
@@ -29,7 +29,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/alsa-utils
   SECTION:=sound
   CATEGORY:=Sound
-  DEPENDS:=+alsa-lib +libncursesw +libpthread
+  DEPENDS:=+alsa-lib +alsa-ucm-conf +libncursesw +libpthread
   TITLE:=ALSA (Advanced Linux Sound Architecture) utilities
   URL:=https://www.alsa-project.org/
 endef