diff options
| author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-02-07 15:16:21 +0000 |
|---|---|---|
| committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-02-07 15:16:21 +0000 |
| commit | 890f796ef7944dcba32dcc25d1e11e73ccf7f1cc (patch) | |
| tree | 212b9ba8ec4abbd1f3dc76b26370b37eb926aa6d /meta/packages/coreutils/coreutils.inc | |
| parent | 6a402ce57849a03bc1cf219666a3eccec64ce39e (diff) | |
| download | poky-890f796ef7944dcba32dcc25d1e11e73ccf7f1cc.tar.gz | |
coreutils: added 5.3.0 from OE .dev
- 5.3.0 is patched to be buildable with glibc 2.5
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1262 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/coreutils/coreutils.inc')
| -rw-r--r-- | meta/packages/coreutils/coreutils.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/packages/coreutils/coreutils.inc b/meta/packages/coreutils/coreutils.inc new file mode 100644 index 0000000000..481c32bb3d --- /dev/null +++ b/meta/packages/coreutils/coreutils.inc | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | DESCRIPTION = "A collection of core GNU utilities." | ||
| 2 | LICENSE = "GPL" | ||
| 3 | SECTION = "base" | ||
| 4 | RREPLACES = "textutils shellutils fileutils" | ||
| 5 | RPROVIDES = "textutils shellutils fileutils" | ||
| 6 | |||
| 7 | inherit autotools | ||
