diff options
-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 |