diff options
| author | Kevin Tian <kevin.tian@intel.com> | 2010-08-18 12:55:21 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-27 13:04:38 +0100 |
| commit | 03df3137156027cf01ce2e9970749268f16f5975 (patch) | |
| tree | 0e46f92ac8d8feac6e30b5781e3791d629ffc95c /meta/packages/coreutils/coreutils.inc | |
| parent | 7303807ef13c0a02434941852530fecce8778619 (diff) | |
| download | openembedded-core-03df3137156027cf01ce2e9970749268f16f5975.tar.gz openembedded-core-03df3137156027cf01ce2e9970749268f16f5975.tar.bz2 openembedded-core-03df3137156027cf01ce2e9970749268f16f5975.zip | |
coreutils: upgrade to latest GPLv2 version (6.9)
Before adding latest coreutils GPLv3 version, first we upgrade existing
recipe to latest GPLv2 version here.
To ensure a clean process, all bits are coded from scratch including
patches and recipe, except that in recipe lines about update-alternative
are reused from previous 5.3.0. All new patches are licensed under
GPLv2.
Tested simple features with most coreutils commands
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/packages/coreutils/coreutils.inc')
| -rw-r--r-- | meta/packages/coreutils/coreutils.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/meta/packages/coreutils/coreutils.inc b/meta/packages/coreutils/coreutils.inc deleted file mode 100644 index c7d5ede767..0000000000 --- a/meta/packages/coreutils/coreutils.inc +++ /dev/null @@ -1,7 +0,0 @@ -DESCRIPTION = "A collection of core GNU utilities." -LICENSE = "GPL" -SECTION = "base" -RREPLACES = "textutils shellutils fileutils" -RPROVIDES = "textutils shellutils fileutils" - -inherit autotools gettext |
