浏览代码

Avoid building packages requiring WCHAR, when not enabled

Ulf Samuelsson 18 年之前
父节点
当前提交
83f82272dd
共有 5 个文件被更改,包括 5 次插入0 次删除
  1. 1 0
      package/coreutils/Config.in
  2. 1 0
      package/findutils/Config.in
  3. 1 0
      package/gawk/Config.in
  4. 1 0
      package/sed/Config.in
  5. 1 0
      package/tar/Config.in

+ 1 - 0
package/coreutils/Config.in

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

+ 1 - 0
package/findutils/Config.in

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

+ 1 - 0
package/gawk/Config.in

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

+ 1 - 0
package/sed/Config.in

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

+ 1 - 0
package/tar/Config.in

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