]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Avoid building packages requiring WCHAR, when not enabled
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Sun, 12 Aug 2007 00:14:58 +0000 (00:14 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Sun, 12 Aug 2007 00:14:58 +0000 (00:14 -0000)
package/coreutils/Config.in
package/findutils/Config.in
package/gawk/Config.in
package/sed/Config.in
package/tar/Config.in

index 738fab2f97f03092fdd139de525b7f830e803804..4722664ada8a5a8664007623490db5cc76e7c4fd 100644 (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.  
index e54fcc807533d0ea1772198a6fa4e0649f6ed488..fc1ea09043804ca66f544d9758713cd548131c9d 100644 (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.
index 317bbe41b5b8fe46ce1e760f7bdcf46c57c173c9..e7dfa408888b351db10ad27011eb7583c085bdb4 100644 (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 
index 5cfc12d41fd62083c72bac4683e4ef57dc120e63..c5405932c31d38c400f3db626b80c94e2ce7ed63 100644 (file)
@@ -1,6 +1,7 @@
 config BR2_PACKAGE_SED
        bool "sed"
        default n
+       depends on BR2_USE_WCHAR
        help
          Super-useful stream editor.
 
index 9f3ef85be85e1ee4f1d5019239505b3939f03adc..c334c3ffae36f4b66e81ca3afd539b69c4a4da91 100644 (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.