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.inc | |
parent | 6ffb61ede8614309451248be91b60cf733b947e2 (diff) |
coreutils: unify
Diffstat (limited to 'packages/coreutils/coreutils.inc')
-rw-r--r-- | packages/coreutils/coreutils.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/coreutils/coreutils.inc b/packages/coreutils/coreutils.inc new file mode 100644 index 0000000000..481c32bb3d --- /dev/null +++ b/packages/coreutils/coreutils.inc @@ -0,0 +1,7 @@ +DESCRIPTION = "A collection of core GNU utilities." +LICENSE = "GPL" +SECTION = "base" +RREPLACES = "textutils shellutils fileutils" +RPROVIDES = "textutils shellutils fileutils" + +inherit autotools |