From: Chris Larson Date: Wed, 14 Jan 2004 03:18:36 +0000 (+0000) Subject: BUGFIX: Correct URI to esmtp. X-Git-Tag: Release-2010-05/1~20403 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42877515eae6a219fe1075d646d0364bdf9f4425;p=openembedded.git BUGFIX: Correct URI to esmtp. BKrev: 4004b50ck8Kzj_xkZ2wyfDYRejE6-g --- diff --git a/esmtp/esmtp_0.4.1.oe b/esmtp/esmtp_0.4.1.oe index e69de29bb2..051f3e05d7 100644 --- a/esmtp/esmtp_0.4.1.oe +++ b/esmtp/esmtp_0.4.1.oe @@ -0,0 +1,6 @@ +DEPENDS = virtual/libc libesmtp +RDEPENDS = libc6 libesmtp + +SRC_URI := ${SOURCEFORGE_MIRROR}/esmtp/esmtp-${PV}.tar.bz2 + +inherit autotools