aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/postfix/postfix.inc2
-rw-r--r--recipes/postfix/postfix_2.0.20.bb2
-rw-r--r--recipes/postfix/postfix_2.2.12.bb2
3 files changed, 5 insertions, 1 deletions
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