Avoid building packages requiring WCHAR, when not enabled

This commit is contained in:
Ulf Samuelsson 2007-08-12 00:14:58 +00:00
parent 7c0e91174c
commit 83f82272dd
5 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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

View File

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

View File

@ -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.