diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-03-31 13:17:48 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-03-31 22:57:57 +0400 |
commit | b055e9c76e81f82139950ede3ba304438429e7d0 (patch) | |
tree | 4c611e63989454bdfa1f786358315c8491371ef3 /recipes | |
parent | d7ff8f75b3110d557a12b315078ab02daec01255 (diff) |
postfix: convert to INC_PR
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/postfix/postfix.inc | 2 | ||||
-rw-r--r-- | recipes/postfix/postfix_2.0.20.bb | 2 | ||||
-rw-r--r-- | recipes/postfix/postfix_2.2.12.bb | 2 |
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 |