diff options
-rw-r--r-- | coreutils/coreutils-5.0/configure.patch | 0 | ||||
-rw-r--r-- | coreutils/coreutils_5.0.oe | 9 |
2 files changed, 9 insertions, 0 deletions
diff --git a/coreutils/coreutils-5.0/configure.patch b/coreutils/coreutils-5.0/configure.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/coreutils/coreutils-5.0/configure.patch diff --git a/coreutils/coreutils_5.0.oe b/coreutils/coreutils_5.0.oe index e69de29bb2..b188928e46 100644 --- a/coreutils/coreutils_5.0.oe +++ b/coreutils/coreutils_5.0.oe @@ -0,0 +1,9 @@ +DEPENDS = virtual/libc +RDEPENDS = libc6 + +SRC_URI = ${GNU_MIRROR}/${PN}/${P}.tar.gz \ + file://${FILESDIR}/malloc.patch;patch=1 \ + file://${FILESDIR}/configure.patch;patch=1 +S = ${WORKDIR}/${P} + +inherit autotools |