[oe-commits] Roman I Khimov : postfix: convert to INC_PR

git version control git at git.openembedded.org
Wed Mar 31 19:21:48 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: b055e9c76e81f82139950ede3ba304438429e7d0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=b055e9c76e81f82139950ede3ba304438429e7d0

Author: Roman I Khimov <khimov at altell.ru>
Date:   Wed Mar 31 13:17:48 2010 +0400

postfix: convert to INC_PR

Signed-off-by: Roman I Khimov <khimov at altell.ru>

---

 recipes/postfix/postfix.inc       |    2 ++
 recipes/postfix/postfix_2.0.20.bb |    2 +-
 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 0fe0fd9..6a5f9bb 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 8cafc34..817601a 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 3f1039a..1e08aa6 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





More information about the Openembedded-commits mailing list