summaryrefslogtreecommitdiffstats
path: root/package/gnutls
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-04-22 13:17:54 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-05-01 11:32:04 +0200
commit791c5db7439ed21044db2106b0955e5a859a7b83 (patch)
treeb3dc95a9fe869f671e9aa7a72cffc190eba5494e /package/gnutls
parent1ad03d5481ec3329bb9bc73799398737faddd386 (diff)
downloadbuildroot-791c5db7439ed21044db2106b0955e5a859a7b83.tar.gz
buildroot-791c5db7439ed21044db2106b0955e5a859a7b83.zip
packages/g*/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 g 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/gnutls')
-rw-r--r--package/gnutls/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gnutls/Config.in b/package/gnutls/Config.in
index cfb7cb3f3b..1af00cd71a 100644
--- a/package/gnutls/Config.in
+++ b/package/gnutls/Config.in
@@ -1,10 +1,10 @@
config BR2_PACKAGE_GNUTLS
bool "gnutls"
+ depends on BR2_USE_WCHAR
select BR2_PACKAGE_LIBTASN1
select BR2_PACKAGE_LIBUNISTRING
select BR2_PACKAGE_NETTLE
select BR2_PACKAGE_PCRE
- depends on BR2_USE_WCHAR
help
GnuTLS is a secure communications library implementing the SSL
and TLS protocols and technologies around them.
OpenPOWER on IntegriCloud