From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001
From: Chris Larson <clarson@kergoth.com>
Date: Mon, 22 Mar 2004 22:37:29 +0000
Subject: Another pass of .oe cleanups.

BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
---
 ssmtp/ssmtp_2.60.4.oe | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'ssmtp')

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}'
 }
-- 
cgit v1.2.3