From: Roman I Khimov Date: Wed, 31 Mar 2010 09:17:48 +0000 (+0400) Subject: postfix: convert to INC_PR X-Git-Tag: Release-2010-05/1~152^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b055e9c76e81f82139950ede3ba304438429e7d0;p=openembedded.git postfix: convert to INC_PR Signed-off-by: Roman I Khimov --- diff --git a/recipes/postfix/postfix.inc b/recipes/postfix/postfix.inc index 0fe0fd9594..6a5f9bb170 100644 --- a/recipes/postfix/postfix.inc +++ b/recipes/postfix/postfix.inc @@ -2,6 +2,8 @@ SECTION = "console/network" DEPENDS = "virtual/db libpcre postfix-native" LICENSE = "IPL" +INC_PR = "r13" + SRC_URI = "ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-${PV}.tar.gz \ file://makedefs.patch;patch=1 \ file://install.patch;patch=1 \ diff --git a/recipes/postfix/postfix_2.0.20.bb b/recipes/postfix/postfix_2.0.20.bb index 8cafc344f2..817601a6cb 100644 --- a/recipes/postfix/postfix_2.0.20.bb +++ b/recipes/postfix/postfix_2.0.20.bb @@ -1,3 +1,3 @@ require postfix.inc -PR = "r13" +PR = "${INC_PR}.0" diff --git a/recipes/postfix/postfix_2.2.12.bb b/recipes/postfix/postfix_2.2.12.bb index 3f1039a83d..1e08aa6667 100644 --- a/recipes/postfix/postfix_2.2.12.bb +++ b/recipes/postfix/postfix_2.2.12.bb @@ -1 +1,3 @@ require postfix.inc + +PR = "${INC_PR}.0" \ No newline at end of file