diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-06 18:40:06 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-01-06 18:40:06 +0000 |
commit | 5e49eb31580e6b9374f9a0ad00df69f31a727077 (patch) | |
tree | f79b87f8accb97aee5105e8d74fd18d8e052a479 /packages/coreutils | |
parent | 75e594b7b877f39be78bd78f159faccfb88ee972 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/01/06 12:24:56-06:00 ti.com!kergoth
Merge siasl.dyndns.org:code/openembedded
into odin.sc.ti.com:/home/kergoth/code/user/oe/openembedded
2005/01/06 12:22:04-06:00 ti.com!kergoth
Bump PR on the hostap-modules packages per timh's recent cset.
2005/01/06 12:18:42-06:00 ti.com!kergoth
Merge
2005/01/06 12:42:21-05:00 handhelds.org!kergoth
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded
2005/01/06 12:41:20-05:00 handhelds.org!kergoth
Merge oe-devel@oe-devel.bkbits.net:openembedded
into handhelds.org:/home/kergoth/code/openembedded
2005/01/06 11:47:26+00:00 kano.org.uk!timh
Added a new WiFi card
2005/01/05 20:18:45-05:00 handhelds.org!kergoth
Make coreutils emitted packages Provides and Replaces textutils, fileutils, and shellutils.
BKrev: 41dd8606AD0jGEVkdtDpg1D7F0OmuA
Diffstat (limited to 'packages/coreutils')
-rw-r--r-- | packages/coreutils/coreutils_5.0.bb | 14 | ||||
-rw-r--r-- | packages/coreutils/coreutils_5.1.1.bb | 10 | ||||
-rw-r--r-- | packages/coreutils/coreutils_5.1.3.bb | 12 |
3 files changed, 36 insertions, 0 deletions
diff --git a/packages/coreutils/coreutils_5.0.bb b/packages/coreutils/coreutils_5.0.bb index e69de29bb2..c0e94329f2 100644 --- a/packages/coreutils/coreutils_5.0.bb +++ b/packages/coreutils/coreutils_5.0.bb @@ -0,0 +1,14 @@ +LICENSE = "GPL" +SECTION = "base" +DESCRIPTION = "A collection of core GNU utilities." +RREPLACES = "textutils shellutils fileutils" +RPROVIDES = "textutils shellutils fileutils" +PR = "r1" + +SRC_URI = "${GNU_MIRROR}/coreutils/coreutils-${PV}.tar.gz \ + file://malloc.patch;patch=1 \ + file://configure.patch;patch=1" + +inherit autotools + +export EXTRA_OEMAKE="'SUBDIRS=lib src doc m4 po tests' MAKEFLAGS=" diff --git a/packages/coreutils/coreutils_5.1.1.bb b/packages/coreutils/coreutils_5.1.1.bb index e69de29bb2..f517fc8067 100644 --- a/packages/coreutils/coreutils_5.1.1.bb +++ b/packages/coreutils/coreutils_5.1.1.bb @@ -0,0 +1,10 @@ +LICENSE = "GPL" +SECTION = "base" +DESCRIPTION = "A collection of core GNU utilities." +RREPLACES = "textutils shellutils fileutils" +RPROVIDES = "textutils shellutils fileutils" +PR = "r1" + +SRC_URI = "ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2" + +inherit autotools diff --git a/packages/coreutils/coreutils_5.1.3.bb b/packages/coreutils/coreutils_5.1.3.bb index e69de29bb2..6290a4984d 100644 --- a/packages/coreutils/coreutils_5.1.3.bb +++ b/packages/coreutils/coreutils_5.1.3.bb @@ -0,0 +1,12 @@ +LICENSE = "GPL" +SECTION = "base" +DESCRIPTION = "A collection of core GNU utilities." +RREPLACES = "textutils shellutils fileutils" +RPROVIDES = "textutils shellutils fileutils" +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" + +inherit autotools |