diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-03-28 12:30:33 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-03-28 12:30:33 +0000 |
commit | b4adbe6cb175df7bf24ce0f1631bb978b6ff5ea2 (patch) | |
tree | e7d5c186db9fd967669a7324fcd2d75de0a2f889 /coreutils | |
parent | ac2da5adc36822a37d0a564b39878717de15cc56 (diff) |
add coreutils stuff courtesy pb
BKrev: 4066c569Kv6VE5f_Fvp-6eI5JZ1r0g
Diffstat (limited to 'coreutils')
-rw-r--r-- | coreutils/coreutils-5.1.3/install-cross.patch | 0 | ||||
-rw-r--r-- | coreutils/coreutils-native_5.1.3.oe | 0 | ||||
-rw-r--r-- | coreutils/coreutils_5.1.3.oe | 3 |
3 files changed, 2 insertions, 1 deletions
diff --git a/coreutils/coreutils-5.1.3/install-cross.patch b/coreutils/coreutils-5.1.3/install-cross.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/coreutils/coreutils-5.1.3/install-cross.patch diff --git a/coreutils/coreutils-native_5.1.3.oe b/coreutils/coreutils-native_5.1.3.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/coreutils/coreutils-native_5.1.3.oe diff --git a/coreutils/coreutils_5.1.3.oe b/coreutils/coreutils_5.1.3.oe index 0b2154dcaf..ed464f9e30 100644 --- a/coreutils/coreutils_5.1.3.oe +++ b/coreutils/coreutils_5.1.3.oe @@ -2,6 +2,7 @@ DEPENDS = "virtual/libc" RDEPENDS = "libc6" DESCRIPTION = "A collection of core GNU utilities." -SRC_URI = "ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2" +SRC_URI = "ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2 \ + file://${FILESDIR}/install-cross.patch;patch=1;pnum=0" inherit autotools |