summaryrefslogtreecommitdiffstats
path: root/package/setools/Config.in
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-22 13:18:05 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-02 14:37:00 +0200
commitc44cfa2bc310bec77088aed447df831ca07d88d8 (patch)
tree6dfb89d3d0fcb078804bcfc06232076b484f419e /package/setools/Config.in
parent2db9d93282a3c198ddc908082a17f261a48aa7b3 (diff)
downloadbuildroot-c44cfa2bc310bec77088aed447df831ca07d88d8.tar.gz
buildroot-c44cfa2bc310bec77088aed447df831ca07d88d8.zip
package/s*/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 s 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/setools/Config.in')
-rw-r--r--package/setools/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/setools/Config.in b/package/setools/Config.in
index 5e7f39d65f..d7b119ffc6 100644
--- a/package/setools/Config.in
+++ b/package/setools/Config.in
@@ -1,9 +1,5 @@
config BR2_PACKAGE_SETOOLS
bool "setools"
- select BR2_PACKAGE_LIBSELINUX
- select BR2_PACKAGE_SQLITE
- select BR2_PACKAGE_LIBXML2
- select BR2_PACKAGE_BZIP2
depends on BR2_TOOLCHAIN_HAS_THREADS
depends on !BR2_STATIC_LIBS
depends on BR2_INSTALL_LIBSTDCPP
@@ -14,6 +10,10 @@ config BR2_PACKAGE_SETOOLS
# section for versioned symbol"
# arc: libselinux not available
depends on !BR2_nios2 && !BR2_bfin && !BR2_arc
+ select BR2_PACKAGE_LIBSELINUX
+ select BR2_PACKAGE_SQLITE
+ select BR2_PACKAGE_LIBXML2
+ select BR2_PACKAGE_BZIP2
help
SETools is an open source project designed to facilitate
SELinux policy analysis. The primary tools are:
OpenPOWER on IntegriCloud