package/t*/Config.in: fix ordering of statements
authorAdam Duskett <Aduskett@gmail.com>
Sat, 22 Apr 2017 17:18:06 +0000 (13:18 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 2 May 2017 12:42:05 +0000 (14:42 +0200)
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 t 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>
package/tekui/Config.in
package/tiff/Config.in
package/tinc/Config.in
package/tpm-tools/Config.in
package/trousers/Config.in

index 1203667b68eefeded47b9221a4b9006f76336956..b0f86bf6ad29402514b504673ef5ced744d28448 100644 (file)
@@ -1,13 +1,13 @@
 config BR2_PACKAGE_TEKUI
        bool "tekui"
+       depends on !BR2_STATIC_LIBS
+       depends on BR2_PACKAGE_HAS_LUAINTERPRETER
+       depends on BR2_TOOLCHAIN_HAS_THREADS
        select BR2_PACKAGE_FREETYPE
        select BR2_PACKAGE_LUAFILESYSTEM        # runtime only
        select BR2_PACKAGE_LUAEXPAT             # runtime only
        select BR2_PACKAGE_LUASOCKET            # runtime only
        select BR2_PACKAGE_LUAPOSIX             # runtime only
-       depends on !BR2_STATIC_LIBS
-       depends on BR2_PACKAGE_HAS_LUAINTERPRETER
-       depends on BR2_TOOLCHAIN_HAS_THREADS
        help
          TekUI is a small, freestanding and portable graphical user interface
          (GUI) toolkit written in Lua and C. It was initially developed for
index 092a7f3fcabf35e55a03d3cdfd10ad799a3d0d14..f842c2ead800e6f32198db7d36d7def8c868c59b 100644 (file)
@@ -37,8 +37,8 @@ config BR2_PACKAGE_TIFF_MDI
 
 config BR2_PACKAGE_TIFF_ZLIB
        bool "Zlib usage (required for Deflate compression)"
-       select BR2_PACKAGE_ZLIB
        default y
+       select BR2_PACKAGE_ZLIB
 
 config BR2_PACKAGE_TIFF_XZ
        bool "XZ compression"
@@ -46,13 +46,13 @@ config BR2_PACKAGE_TIFF_XZ
 
 config BR2_PACKAGE_TIFF_PIXARLOG
        bool "Pixar log-format algorithm (requires Zlib)"
-       select BR2_PACKAGE_TIFF_ZLIB
        default y
+       select BR2_PACKAGE_TIFF_ZLIB
 
 config BR2_PACKAGE_TIFF_JPEG
        bool "JPEG compression"
-       select BR2_PACKAGE_JPEG
        default y
+       select BR2_PACKAGE_JPEG
 
 config BR2_PACKAGE_TIFF_OLD_JPEG
        bool "Old JPEG decompression"
index 1d8e2c42591e70cb06ba0643eb55ee1660039c0e..837f556b35b8d5d65013f0ea7371abb9c67951a0 100644 (file)
@@ -1,10 +1,10 @@
 config BR2_PACKAGE_TINC
        bool "tinc"
+       depends on !BR2_STATIC_LIBS # tinc requires libdl for OpenSSL
+       depends on BR2_USE_MMU # fork()
        select BR2_PACKAGE_LZO
        select BR2_PACKAGE_OPENSSL
        select BR2_PACKAGE_ZLIB
-       depends on !BR2_STATIC_LIBS # tinc requires libdl for OpenSSL
-       depends on BR2_USE_MMU # fork()
        help
          tinc is a Virtual Private Network (VPN) daemon that uses
          tunnelling and encryption to create a secure private network
index 83b65f3ae4f38704d0880054aefc4df4c152e695..091f424a9a118a86f67b794e35ae677bf11e3327 100644 (file)
@@ -1,11 +1,11 @@
 config BR2_PACKAGE_TPM_TOOLS
        bool "tpm-tools"
-       select BR2_PACKAGE_TROUSERS
-       select BR2_PACKAGE_OPENSSL
-       select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
        depends on BR2_TOOLCHAIN_HAS_THREADS # trousers
        depends on !BR2_STATIC_LIBS # trousers
        depends on !BR2_arc # trousers
+       select BR2_PACKAGE_TROUSERS
+       select BR2_PACKAGE_OPENSSL
+       select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
        help
          Tools to manage and diagnose a TPM
 
index de3b9519582c50feb1a252cd5a6b916cad24ecdc..eb791d173cbb0a580bf177ce0862f4c9191128e4 100644 (file)
@@ -1,12 +1,12 @@
 config BR2_PACKAGE_TROUSERS
        bool "trousers"
-       select BR2_PACKAGE_OPENSSL
-       select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
        depends on BR2_TOOLCHAIN_HAS_THREADS
        # doesn't build properly in static only configurations
        depends on !BR2_STATIC_LIBS
        # ARC toolchain issue
        depends on !BR2_arc
+       select BR2_PACKAGE_OPENSSL
+       select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
        help
          The open-source TCG Software Stack (TSS).