aboutsummaryrefslogtreecommitdiffstats
path: root/coreutils
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-10-17 18:45:23 +0000
committerChris Larson <clarson@kergoth.com>2003-10-17 18:45:23 +0000
commiteef5b467b64cd47a379148aac09ad6ca654c09ae (patch)
tree9fb4a26873266122168e655fca3e398fe8b9787b /coreutils
parent1c706dce898c6b9c9f528b110f78ba4fd77022e2 (diff)
downloadopenembedded-eef5b467b64cd47a379148aac09ad6ca654c09ae.tar.gz
Add coreutils configure patch -- added AC_FUNC_ALLOCA, since @ALLOCA@
is used, and added AC_PROG_YACC, since yacc is used. BKrev: 3f9038c3JLwTba9zG0EPjH5ZLazc-w
Diffstat (limited to 'coreutils')
-rw-r--r--coreutils/coreutils-5.0/configure.patch0
-rw-r--r--coreutils/coreutils_5.0.oe9
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