[oe-commits] Ihar Hrachyshka : qt4-tools-native: use INC_PR

git version control git at git.openembedded.org
Wed Jun 10 03:22:24 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a82e4ac8f6eae126a03a2e515d42fdb804c15046
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a82e4ac8f6eae126a03a2e515d42fdb804c15046

Author: Ihar Hrachyshka <ihar.hrachyshka at gmail.com>
Date:   Wed Jun  3 05:37:14 2009 +0000

qt4-tools-native: use INC_PR

Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka at gmail.com>
Acked-by: Tom Rini <trini at embeddedalley.com>
Acked-by: Denys Dmytriyenko <denis at denix.org>

---

 recipes/qt4/qt4-tools-native.inc      |    2 ++
 recipes/qt4/qt4-tools-native_4.4.3.bb |    2 +-
 recipes/qt4/qt4-tools-native_4.5.1.bb |    2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/qt4/qt4-tools-native.inc b/recipes/qt4/qt4-tools-native.inc
index 4836a9d..0fd4f92 100644
--- a/recipes/qt4/qt4-tools-native.inc
+++ b/recipes/qt4/qt4-tools-native.inc
@@ -5,6 +5,8 @@ HOMEPAGE = "http://www.trolltech.com"
 PRIORITY = "optional"
 LICENSE = "GPL"
 
+INC_PR = "r4"
+
 inherit native
 
 SRC_URI = "ftp://ftp.trolltech.com/qt/source/qt-embedded-linux-opensource-src-${PV}.tar.bz2 \
diff --git a/recipes/qt4/qt4-tools-native_4.4.3.bb b/recipes/qt4/qt4-tools-native_4.4.3.bb
index e8fc316..a734b6b 100644
--- a/recipes/qt4/qt4-tools-native_4.4.3.bb
+++ b/recipes/qt4/qt4-tools-native_4.4.3.bb
@@ -1,2 +1,2 @@
 require qt4-tools-native.inc
-PR = "r4"
+PR = "${INC_PR}.1"
diff --git a/recipes/qt4/qt4-tools-native_4.5.1.bb b/recipes/qt4/qt4-tools-native_4.5.1.bb
index adb341d..d1962bf 100644
--- a/recipes/qt4/qt4-tools-native_4.5.1.bb
+++ b/recipes/qt4/qt4-tools-native_4.5.1.bb
@@ -1,4 +1,4 @@
 require qt4-tools-native.inc
-PR = "r1"
+PR = "${INC_PR}.1"
 
 TOBUILD := "src/tools/bootstrap ${TOBUILD}"





More information about the Openembedded-commits mailing list