From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package: coreutils findutils gawk sed tar
Date: Sat, 11 Aug 2007 17:14:59 -0700 (PDT) [thread overview]
Message-ID: <20070812001459.B0EC2A65B5@busybox.net> (raw)
Author: ulf
Date: 2007-08-11 17:14:58 -0700 (Sat, 11 Aug 2007)
New Revision: 19453
Log:
Avoid building packages requiring WCHAR, when not enabled
Modified:
trunk/buildroot/package/coreutils/Config.in
trunk/buildroot/package/findutils/Config.in
trunk/buildroot/package/gawk/Config.in
trunk/buildroot/package/sed/Config.in
trunk/buildroot/package/tar/Config.in
Changeset:
Modified: trunk/buildroot/package/coreutils/Config.in
===================================================================
--- trunk/buildroot/package/coreutils/Config.in 2007-08-12 00:03:23 UTC (rev 19452)
+++ trunk/buildroot/package/coreutils/Config.in 2007-08-12 00:14:58 UTC (rev 19453)
@@ -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.
Modified: trunk/buildroot/package/findutils/Config.in
===================================================================
--- trunk/buildroot/package/findutils/Config.in 2007-08-12 00:03:23 UTC (rev 19452)
+++ trunk/buildroot/package/findutils/Config.in 2007-08-12 00:14:58 UTC (rev 19453)
@@ -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.
Modified: trunk/buildroot/package/gawk/Config.in
===================================================================
--- trunk/buildroot/package/gawk/Config.in 2007-08-12 00:03:23 UTC (rev 19452)
+++ trunk/buildroot/package/gawk/Config.in 2007-08-12 00:14:58 UTC (rev 19453)
@@ -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
Modified: trunk/buildroot/package/sed/Config.in
===================================================================
--- trunk/buildroot/package/sed/Config.in 2007-08-12 00:03:23 UTC (rev 19452)
+++ trunk/buildroot/package/sed/Config.in 2007-08-12 00:14:58 UTC (rev 19453)
@@ -1,6 +1,7 @@
config BR2_PACKAGE_SED
bool "sed"
default n
+ depends on BR2_USE_WCHAR
help
Super-useful stream editor.
Modified: trunk/buildroot/package/tar/Config.in
===================================================================
--- trunk/buildroot/package/tar/Config.in 2007-08-12 00:03:23 UTC (rev 19452)
+++ trunk/buildroot/package/tar/Config.in 2007-08-12 00:14:58 UTC (rev 19453)
@@ -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.
reply other threads:[~2007-08-12 0:14 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070812001459.B0EC2A65B5@busybox.net \
--to=ulf@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox