aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Bursi <alberto.bursi@outlook.it>2016-10-23 14:53:34 +0200
committerAlberto Bursi <alberto.bursi@outlook.it>2016-10-23 14:53:34 +0200
commit188a11809acbef0dffb56cc3d57e2f5979e2a3eb (patch)
tree9ae17cb31dae9d0d42827536822d448e94521dab
parent6bea54e74e000ddc3daa0241d2f58b15204a7e23 (diff)
alsa-utils: moved to /sound and Sound category, fix minor bugs
Moved source folder in /sound folder, and changed all packages in the makefile to be shown in Sound category (not in Sound subcategory of Utilities). Removed a line calling a non-existent Package/alsa-utils/Default and site URL to the package alsa-utils-tests. Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
-rw-r--r--sound/alsa-utils/Makefile (renamed from utils/alsa-utils/Makefile)14
-rw-r--r--sound/alsa-utils/patches/100-uClibc-compat.patch (renamed from utils/alsa-utils/patches/100-uClibc-compat.patch)0
2 files changed, 7 insertions, 7 deletions
diff --git a/utils/alsa-utils/Makefile b/sound/alsa-utils/Makefile
index 5e8d2bc2a..0c01a6e4f 100644
--- a/utils/alsa-utils/Makefile
+++ b/sound/alsa-utils/Makefile
@@ -21,27 +21,27 @@ PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net>
include $(INCLUDE_DIR)/package.mk
define Package/alsa-utils
- SECTION:=utils
- CATEGORY:=Utilities
+ SECTION:=sound
+ CATEGORY:=Sound
DEPENDS:=+alsa-lib +libncursesw +libpthread
TITLE:=ALSA (Advanced Linux Sound Architecture) utilities
URL:=http://www.alsa-project.org/
endef
define Package/alsa-utils-seq
- SECTION:=utils
- CATEGORY:=Utilities
+ SECTION:=sound
+ CATEGORY:=Sound
DEPENDS:=+alsa-lib +libpthread
TITLE:=ALSA sequencer utilities
URL:=http://www.alsa-project.org/
endef
define Package/alsa-utils-tests
- $(call Package/alsa-utils/Default)
- SECTION:=utils
- CATEGORY:=Utilities
+ SECTION:=sound
+ CATEGORY:=Sound
TITLE:=ALSA utilities test data (adds ~1.3M to image)
DEPENDS:=+alsa-lib +libpthread
+ URL:=http://www.alsa-project.org/
endef
CONFIGURE_ARGS+= \
diff --git a/utils/alsa-utils/patches/100-uClibc-compat.patch b/sound/alsa-utils/patches/100-uClibc-compat.patch
index 987c9b8b7..987c9b8b7 100644
--- a/utils/alsa-utils/patches/100-uClibc-compat.patch
+++ b/sound/alsa-utils/patches/100-uClibc-compat.patch