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 --- sed/sed-native_4.0.8.oe | 5 +++++ sed/sed_4.0.8.oe | 6 ++++++ 2 files changed, 11 insertions(+) (limited to 'sed') diff --git a/sed/sed-native_4.0.8.oe b/sed/sed-native_4.0.8.oe index e69de29bb2..381a545a45 100644 --- a/sed/sed-native_4.0.8.oe +++ b/sed/sed-native_4.0.8.oe @@ -0,0 +1,5 @@ +include sed_${PV}.oe +S = "${WORKDIR}/sed-${PV}" +DEPENDS= + +inherit native diff --git a/sed/sed_4.0.8.oe b/sed/sed_4.0.8.oe index e69de29bb2..1bc4e0f017 100644 --- a/sed/sed_4.0.8.oe +++ b/sed/sed_4.0.8.oe @@ -0,0 +1,6 @@ +DEPENDS = "virtual/libc" +RDEPENDS = "libc6" + +SRC_URI = ${GNU_MIRROR}/sed/sed-${PV}.tar.gz + +inherit autotools -- cgit v1.2.3