From: Michael Lauer Date: Sun, 28 Mar 2004 12:30:33 +0000 (+0000) Subject: add coreutils stuff courtesy pb X-Git-Tag: Release-2010-05/1~19849 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4adbe6cb175df7bf24ce0f1631bb978b6ff5ea2;p=openembedded.git add coreutils stuff courtesy pb BKrev: 4066c569Kv6VE5f_Fvp-6eI5JZ1r0g --- 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 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 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