postfix: convert to INC_PR
authorRoman I Khimov <khimov@altell.ru>
Wed, 31 Mar 2010 09:17:48 +0000 (13:17 +0400)
committerRoman I Khimov <khimov@altell.ru>
Wed, 31 Mar 2010 18:57:57 +0000 (22:57 +0400)
Signed-off-by: Roman I Khimov <khimov@altell.ru>
recipes/postfix/postfix.inc
recipes/postfix/postfix_2.0.20.bb
recipes/postfix/postfix_2.2.12.bb

index 0fe0fd9..6a5f9bb 100644 (file)
@@ -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 \
index 8cafc34..817601a 100644 (file)
@@ -1,3 +1,3 @@
 require postfix.inc
 
-PR = "r13"
+PR = "${INC_PR}.0"
index 3f1039a..1e08aa6 100644 (file)
@@ -1 +1,3 @@
 require postfix.inc
+
+PR = "${INC_PR}.0"
\ No newline at end of file