2
1
Эх сурвалжийг харах

Avoid building packages requiring WCHAR, when not enabled

Ulf Samuelsson 18 жил өмнө
parent
commit
83f82272dd

+ 1 - 0
package/coreutils/Config.in

@@ -1,6 +1,7 @@
 config BR2_PACKAGE_COREUTILS
 config BR2_PACKAGE_COREUTILS
 	bool "coreutils"
 	bool "coreutils"
 	default n
 	default n
+	depends on BR2_USE_WCHAR
 	help
 	help
 	  All of the basic file/text/shell utilities.  These are the 
 	  All of the basic file/text/shell utilities.  These are the 
 	  core utilities which are expected to exist on every system.  
 	  core utilities which are expected to exist on every system.  

+ 1 - 0
package/findutils/Config.in

@@ -1,6 +1,7 @@
 config BR2_PACKAGE_FINDUTILS
 config BR2_PACKAGE_FINDUTILS
 	bool "findutils"
 	bool "findutils"
 	default n
 	default n
+	depends on BR2_USE_WCHAR
 	help
 	help
 	  Basic directory searching utilities.  Provides the 
 	  Basic directory searching utilities.  Provides the 
 	  common 'find', 'xargs', 'locate', and 'updatedb' binaries.
 	  common 'find', 'xargs', 'locate', and 'updatedb' binaries.

+ 1 - 0
package/gawk/Config.in

@@ -1,6 +1,7 @@
 config BR2_PACKAGE_GAWK
 config BR2_PACKAGE_GAWK
 	bool "gawk"
 	bool "gawk"
 	default n
 	default n
+	depends on BR2_USE_WCHAR
 	help
 	help
 	  A special-purpose programming language which is data driven 
 	  A special-purpose programming language which is data driven 
 	  rather than procedural.  Allows for simple data-reformatting jobs 
 	  rather than procedural.  Allows for simple data-reformatting jobs 

+ 1 - 0
package/sed/Config.in

@@ -1,6 +1,7 @@
 config BR2_PACKAGE_SED
 config BR2_PACKAGE_SED
 	bool "sed"
 	bool "sed"
 	default n
 	default n
+	depends on BR2_USE_WCHAR
 	help
 	help
 	  Super-useful stream editor.
 	  Super-useful stream editor.
 
 

+ 1 - 0
package/tar/Config.in

@@ -1,6 +1,7 @@
 config BR2_PACKAGE_TAR
 config BR2_PACKAGE_TAR
 	bool "tar"
 	bool "tar"
 	default n
 	default n
+	depends on BR2_USE_WCHAR
 	help
 	help
 	  A program that saves many files together into a single tape or disk 
 	  A program that saves many files together into a single tape or disk 
 	  archive, and can restore individual files from the archive.
 	  archive, and can restore individual files from the archive.