소스 검색

Config.in*: fix attributes order

... to follow the convention: type, default, depends on, select, help.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Ricardo Martincoski 7 년 전
부모
커밋
a1264445f8
2개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 4 4
      Config.in
  2. 1 1
      Config.in.legacy

+ 4 - 4
Config.in

@@ -424,8 +424,8 @@ endif
 
 
 config BR2_STRIP_strip
 config BR2_STRIP_strip
 	bool "strip target binaries"
 	bool "strip target binaries"
-	depends on !BR2_PACKAGE_HOST_ELF2FLT
 	default y
 	default y
+	depends on !BR2_PACKAGE_HOST_ELF2FLT
 	help
 	help
 	  Binaries and libraries in the target filesystem will be
 	  Binaries and libraries in the target filesystem will be
 	  stripped using the normal 'strip' command. This allows to save
 	  stripped using the normal 'strip' command. This allows to save
@@ -435,16 +435,16 @@ config BR2_STRIP_strip
 
 
 config BR2_STRIP_EXCLUDE_FILES
 config BR2_STRIP_EXCLUDE_FILES
 	string "executables that should not be stripped"
 	string "executables that should not be stripped"
-	depends on BR2_STRIP_strip
 	default ""
 	default ""
+	depends on BR2_STRIP_strip
 	help
 	help
 	  You may specify a space-separated list of binaries and
 	  You may specify a space-separated list of binaries and
 	  libraries here that should not be stripped on the target.
 	  libraries here that should not be stripped on the target.
 
 
 config BR2_STRIP_EXCLUDE_DIRS
 config BR2_STRIP_EXCLUDE_DIRS
 	string "directories that should be skipped when stripping"
 	string "directories that should be skipped when stripping"
-	depends on BR2_STRIP_strip
 	default ""
 	default ""
+	depends on BR2_STRIP_strip
 	help
 	help
 	  You may specify a space-separated list of directories that
 	  You may specify a space-separated list of directories that
 	  should be skipped when stripping. Binaries and libraries in
 	  should be skipped when stripping. Binaries and libraries in
@@ -545,7 +545,6 @@ endchoice
 
 
 config BR2_GOOGLE_BREAKPAD_ENABLE
 config BR2_GOOGLE_BREAKPAD_ENABLE
 	bool "Enable google-breakpad support"
 	bool "Enable google-breakpad support"
-	select BR2_PACKAGE_GOOGLE_BREAKPAD
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_HOST_GCC_AT_LEAST_4_8 # C++11
 	depends on BR2_HOST_GCC_AT_LEAST_4_8 # C++11
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 # C++11
@@ -554,6 +553,7 @@ config BR2_GOOGLE_BREAKPAD_ENABLE
 	depends on (BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_UCLIBC)
 	depends on (BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_UCLIBC)
 	depends on BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS
 	depends on BR2_PACKAGE_GOOGLE_BREAKPAD_ARCH_SUPPORTS
 	depends on BR2_PACKAGE_HOST_GOOGLE_BREAKPAD_ARCH_SUPPORTS
 	depends on BR2_PACKAGE_HOST_GOOGLE_BREAKPAD_ARCH_SUPPORTS
+	select BR2_PACKAGE_GOOGLE_BREAKPAD
 	help
 	help
 	  This option will enable the use of google breakpad, a library
 	  This option will enable the use of google breakpad, a library
 	  and tool suite that allows you to distribute an application to
 	  and tool suite that allows you to distribute an application to

+ 1 - 1
Config.in.legacy

@@ -1970,8 +1970,8 @@ config BR2_PACKAGE_GPU_VIV_BIN_MX6Q
 	  name.
 	  name.
 
 
 config BR2_PACKAGE_LIBSEMANAGE_PYTHON_BINDINGS
 config BR2_PACKAGE_LIBSEMANAGE_PYTHON_BINDINGS
-	depends on BR2_PACKAGE_PYTHON
 	bool "libsemanage python bindings removed"
 	bool "libsemanage python bindings removed"
+	depends on BR2_PACKAGE_PYTHON
 	select BR2_LEGACY
 	select BR2_LEGACY
 	help
 	help
 	  This option has been removed, since the libsemanage Python
 	  This option has been removed, since the libsemanage Python