7b493e411f
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>
16 lines
393 B
Plaintext
16 lines
393 B
Plaintext
config BR2_PACKAGE_APR_UTIL
|
|
bool "apr-util"
|
|
# apr really needs shared library support
|
|
depends on !BR2_STATIC_LIBS
|
|
depends on BR2_USE_MMU # apr
|
|
select BR2_PACKAGE_APR
|
|
select BR2_PACKAGE_EXPAT
|
|
help
|
|
The utility library for the apache runtime project
|
|
|
|
http://apr.apache.org/
|
|
|
|
comment "apr-util needs a toolchain w/ dynamic library"
|
|
depends on BR2_USE_MMU
|
|
depends on BR2_STATIC_LIBS
|