summaryrefslogtreecommitdiffstats
path: root/package/ecryptfs-utils
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-22 13:17:52 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-04-29 21:16:42 +0200
commita3a1aa680bb1effdf0e2b71f966105fc84b5d1b6 (patch)
treed30cfae67cb409623f2ea93378134e4494c1d802 /package/ecryptfs-utils
parent8fd62b4e3712527200be5f051bde5f50aa78e2a9 (diff)
downloadbuildroot-a3a1aa680bb1effdf0e2b71f966105fc84b5d1b6.tar.gz
buildroot-a3a1aa680bb1effdf0e2b71f966105fc84b5d1b6.zip
package/e*/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 e 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/ecryptfs-utils')
-rw-r--r--package/ecryptfs-utils/Config.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/package/ecryptfs-utils/Config.in b/package/ecryptfs-utils/Config.in
index cb70e000ae..078ca36286 100644
--- a/package/ecryptfs-utils/Config.in
+++ b/package/ecryptfs-utils/Config.in
@@ -1,12 +1,5 @@
config BR2_PACKAGE_ECRYPTFS_UTILS
bool "ecryptfs-utils"
- select BR2_PACKAGE_KEYUTILS
- select BR2_PACKAGE_LIBNSS
- # runtime dependency only, some scripts are using the
- # 'gettext' program to get translations
- select BR2_PACKAGE_GETTEXT
- # runtime dependency only
- select BR2_PACKAGE_GETENT
depends on BR2_USE_WCHAR # gettext
depends on BR2_USE_MMU # keyutils
depends on !BR2_microblaze # keyutils
@@ -14,6 +7,13 @@ config BR2_PACKAGE_ECRYPTFS_UTILS
depends on BR2_PACKAGE_LIBNSPR_ARCH_SUPPORT # libnss -> libnspr
depends on !BR2_MIPS_NABI32 # libnss
depends on !BR2_STATIC_LIBS # libnss, keyutils
+ select BR2_PACKAGE_KEYUTILS
+ select BR2_PACKAGE_LIBNSS
+ # runtime dependency only, some scripts are using the
+ # 'gettext' program to get translations
+ select BR2_PACKAGE_GETTEXT
+ # runtime dependency only
+ select BR2_PACKAGE_GETENT
help
eCryptfs is a POSIX-compliant enterprise cryptographic
filesystem for Linux. It is stacked on top of any other
OpenPOWER on IntegriCloud