diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /ssmtp | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'ssmtp')
-rw-r--r-- | ssmtp/ssmtp_2.60.4.oe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ssmtp/ssmtp_2.60.4.oe b/ssmtp/ssmtp_2.60.4.oe index 26faff544c..5b91711052 100644 --- a/ssmtp/ssmtp_2.60.4.oe +++ b/ssmtp/ssmtp_2.60.4.oe @@ -2,14 +2,14 @@ DEPENDS = "virtual/libc openssl" RDEPENDS = "libc6 libssl" DESCRIPTION = "Extremely simple MTA to get mail off the system to a mail hub." -SRC_URI := ${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_2.60.4.tar.gz \ +SRC_URI = "${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_${PV}.tar.gz \ file://${FILESDIR}/ldflags.patch;patch=1 \ - file://${FILESDIR}/configure.patch;patch=1 -S := ${WORKDIR}/${PN}-2.60 + file://${FILESDIR}/configure.patch;patch=1" +S = "${WORKDIR}/${PN}-2.60" inherit autotools -EXTRA_OECONF = --enable-ssl +EXTRA_OECONF = "--enable-ssl" do_compile () { oe_runmake 'LDFLAGS=${LDFLAGS}' } |