diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-20 23:35:55 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2006-12-20 23:35:55 +0000 |
commit | e7ebc0058d9fd62e280b9d329e65ffc7f8d000f2 (patch) | |
tree | d7638c3efea127bf2b7cfa0296e64ca5ee44a987 /packages/coreutils/coreutils_5.3.0.bb | |
parent | 6ffb61ede8614309451248be91b60cf733b947e2 (diff) |
coreutils: unify
Diffstat (limited to 'packages/coreutils/coreutils_5.3.0.bb')
-rw-r--r-- | packages/coreutils/coreutils_5.3.0.bb | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/packages/coreutils/coreutils_5.3.0.bb b/packages/coreutils/coreutils_5.3.0.bb index fa05a83781..6c2289b8f7 100644 --- a/packages/coreutils/coreutils_5.3.0.bb +++ b/packages/coreutils/coreutils_5.3.0.bb @@ -1,18 +1,12 @@ -DESCRIPTION = "A collection of core GNU utilities." -LICENSE = "GPL" -SECTION = "base" -RREPLACES = "textutils shellutils fileutils" -RPROVIDES = "textutils shellutils fileutils" +require coreutils.inc + PR = "r1" SRC_URI = "ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2 \ file://install-cross.patch;patch=1;pnum=0 \ file://man.patch;patch=1 \ - file://rename-tee-for-glibc2.5.patch;patch=1" - -SRC_URI += "file://uptime-pow-lib.patch;patch=1" - -inherit autotools + file://rename-tee-for-glibc2.5.patch;patch=1 \ + file://uptime-pow-lib.patch;patch=1" # [ gets a special treatment and is not included in this bindir_progs = "basename cksum comm csplit cut dir dircolors dirname du \ |