From: Chris Larson Date: Fri, 17 Oct 2003 18:45:23 +0000 (+0000) Subject: Add coreutils configure patch -- added AC_FUNC_ALLOCA, since @ALLOCA@ X-Git-Tag: Release-2010-05/1~20667 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eef5b467b64cd47a379148aac09ad6ca654c09ae;p=openembedded.git Add coreutils configure patch -- added AC_FUNC_ALLOCA, since @ALLOCA@ is used, and added AC_PROG_YACC, since yacc is used. BKrev: 3f9038c3JLwTba9zG0EPjH5ZLazc-w --- diff --git a/coreutils/coreutils-5.0/configure.patch b/coreutils/coreutils-5.0/configure.patch new file mode 100644 index 0000000000..e69de29bb2 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