summaryrefslogtreecommitdiffstats
path: root/package/alsa-lib
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-22 13:17:48 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-29 17:17:02 +0200
commit7b493e411f5b4473b275aa125d85386a5d1127a9 (patch)
treed8c88b4c178a0fe915092944b60bfd6ee4156e18 /package/alsa-lib
parent49d907e39a4a16c75a9c23aa445dcb9996c55472 (diff)
downloadbuildroot-7b493e411f5b4473b275aa125d85386a5d1127a9.tar.gz
buildroot-7b493e411f5b4473b275aa125d85386a5d1127a9.zip
package/a*/Config.in: fix ordering of statements
The check-package script when ran gives warnings on ordering issues on all of these Config files. This patch cleans up all warnings related to the ordering in the Config files for packages starting with the letter a in the package directory. The appropriate ordering is: type, default, depends on, select, help See http://nightly.buildroot.org/#_config_files for more information. Signed-off-by: Adam Duskett <Adamduskett@outlook.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/alsa-lib')
-rw-r--r--package/alsa-lib/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/package/alsa-lib/Config.in b/package/alsa-lib/Config.in
index 97e848978c..c355b2c023 100644
--- a/package/alsa-lib/Config.in
+++ b/package/alsa-lib/Config.in
@@ -3,15 +3,15 @@ comment "alsa-lib needs a toolchain w/ threads"
menuconfig BR2_PACKAGE_ALSA_LIB
bool "alsa-lib"
- # Temporary until
- # https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4913
- # is fixed
- select BR2_PACKAGE_ALSA_LIB_PCM
# Even though some parts of alsa-lib use threads only when
# available, some PCM plugins use them unconditionally. Since
# the usage of alsa-lib on no-thread systems is pretty
# unlikely, just require thread support globally for alsa-lib.
depends on BR2_TOOLCHAIN_HAS_THREADS
+ # Temporary until
+ # https://bugtrack.alsa-project.org/alsa-bug/view.php?id=4913
+ # is fixed
+ select BR2_PACKAGE_ALSA_LIB_PCM
help
The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI
functionality to the Linux operating system.
@@ -68,8 +68,8 @@ config BR2_PACKAGE_ALSA_LIB_SEQ
config BR2_PACKAGE_ALSA_LIB_ALISP
bool "alisp"
- depends on BR2_USE_MMU
default y
+ depends on BR2_USE_MMU
config BR2_PACKAGE_ALSA_LIB_OLD_SYMBOLS
bool "old-symbols"
OpenPOWER on IntegriCloud