[oe-commits] Chris Larson : postfix: kill funky FILESDIR usage in SRC_URI

git version control git at git.openembedded.org
Fri Jan 22 16:47:43 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8cb2e3b5d373a1ee2b862684844c2e652a2f72f2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8cb2e3b5d373a1ee2b862684844c2e652a2f72f2

Author: Chris Larson <clarson at mvista.com>
Date:   Thu Jan 14 13:14:10 2010 -0700

postfix: kill funky FILESDIR usage in SRC_URI

Signed-off-by: Chris Larson <clarson at mvista.com>

---

 recipes/postfix/postfix.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/postfix/postfix.inc b/recipes/postfix/postfix.inc
index 0371f62..0fe0fd9 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 \





More information about the Openembedded-commits mailing list