From: Chris Larson Date: Thu, 14 Jan 2010 20:14:10 +0000 (-0700) Subject: postfix: kill funky FILESDIR usage in SRC_URI X-Git-Tag: Release-2010-05/1~803 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cb2e3b5d373a1ee2b862684844c2e652a2f72f2;p=openembedded.git postfix: kill funky FILESDIR usage in SRC_URI Signed-off-by: Chris Larson --- diff --git a/recipes/postfix/postfix.inc b/recipes/postfix/postfix.inc index 0371f62957..0fe0fd9594 100644 --- a/recipes/postfix/postfix.inc +++ b/recipes/postfix/postfix.inc @@ -3,8 +3,8 @@ DEPENDS = "virtual/db libpcre postfix-native" LICENSE = "IPL" SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ - file://${FILESDIR}/makedefs.patch;patch=1 \ - file://${FILESDIR}/install.patch;patch=1 \ + file://makedefs.patch;patch=1 \ + file://install.patch;patch=1 \ file://main.cf_2.0 \ file://volatiles \ file://postfix \