From 06f7d17e81de21a95e35b03453242bc62b05a6aa Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 13 Mar 2004 05:42:36 +0000 Subject: First pass of .oe cleanups. BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw --- coreutils/coreutils_5.0.oe | 4 ++-- coreutils/coreutils_5.1.1.oe | 6 ++++++ coreutils/coreutils_5.1.3.oe | 6 ++++++ 3 files changed, 14 insertions(+), 2 deletions(-) (limited to 'coreutils') diff --git a/coreutils/coreutils_5.0.oe b/coreutils/coreutils_5.0.oe index 223d85bfc9..502519765a 100644 --- a/coreutils/coreutils_5.0.oe +++ b/coreutils/coreutils_5.0.oe @@ -1,5 +1,5 @@ -DEPENDS = virtual/libc -RDEPENDS = libc6 +DEPENDS = "virtual/libc" +RDEPENDS = "libc6" SRC_URI = ${GNU_MIRROR}/${PN}/${P}.tar.gz \ file://${FILESDIR}/malloc.patch;patch=1 \ diff --git a/coreutils/coreutils_5.1.1.oe b/coreutils/coreutils_5.1.1.oe index e69de29bb2..59bbf15446 100644 --- a/coreutils/coreutils_5.1.1.oe +++ b/coreutils/coreutils_5.1.1.oe @@ -0,0 +1,6 @@ +DEPENDS = "virtual/libc" +RDEPENDS = "libc6" + +SRC_URI = ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2 + +inherit autotools diff --git a/coreutils/coreutils_5.1.3.oe b/coreutils/coreutils_5.1.3.oe index e69de29bb2..59bbf15446 100644 --- a/coreutils/coreutils_5.1.3.oe +++ b/coreutils/coreutils_5.1.3.oe @@ -0,0 +1,6 @@ +DEPENDS = "virtual/libc" +RDEPENDS = "libc6" + +SRC_URI = ftp://alpha.gnu.org/gnu/coreutils/coreutils-${PV}.tar.bz2 + +inherit autotools -- cgit 1.2.3-korg