[oe-commits] Martin Jansa : xserver-xorg: use INC_PR where I forget to add it

git version control git at git.openembedded.org
Fri Feb 26 16:28:16 UTC 2010


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

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Feb 26 14:21:15 2010 +0100

xserver-xorg: use INC_PR where I forget to add it

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/xorg-xserver/xserver-xorg_1.7.1.bb |    2 +-
 recipes/xorg-xserver/xserver-xorg_1.7.2.bb |    2 +-
 recipes/xorg-xserver/xserver-xorg_1.7.3.bb |    2 +-
 recipes/xorg-xserver/xserver-xorg_1.7.4.bb |    1 +
 recipes/xorg-xserver/xserver-xorg_git.bb   |    2 +-
 5 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/recipes/xorg-xserver/xserver-xorg_1.7.1.bb b/recipes/xorg-xserver/xserver-xorg_1.7.1.bb
index 8f72741..08908b7 100644
--- a/recipes/xorg-xserver/xserver-xorg_1.7.1.bb
+++ b/recipes/xorg-xserver/xserver-xorg_1.7.1.bb
@@ -3,7 +3,7 @@ require xorg-xserver-common.inc
 DESCRIPTION = "the X.Org X server"
 DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts"
 PE = "2"
-PR = "r1"
+PR = "${INC_PR}.0"
 
 SRC_URI += "file://sysroot_fix.patch;patch=1 \
             file://dolt-fix-1.7.0.patch;patch=1 \
diff --git a/recipes/xorg-xserver/xserver-xorg_1.7.2.bb b/recipes/xorg-xserver/xserver-xorg_1.7.2.bb
index 8f72741..08908b7 100644
--- a/recipes/xorg-xserver/xserver-xorg_1.7.2.bb
+++ b/recipes/xorg-xserver/xserver-xorg_1.7.2.bb
@@ -3,7 +3,7 @@ require xorg-xserver-common.inc
 DESCRIPTION = "the X.Org X server"
 DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts"
 PE = "2"
-PR = "r1"
+PR = "${INC_PR}.0"
 
 SRC_URI += "file://sysroot_fix.patch;patch=1 \
             file://dolt-fix-1.7.0.patch;patch=1 \
diff --git a/recipes/xorg-xserver/xserver-xorg_1.7.3.bb b/recipes/xorg-xserver/xserver-xorg_1.7.3.bb
index 2ecb169..33aafb5 100644
--- a/recipes/xorg-xserver/xserver-xorg_1.7.3.bb
+++ b/recipes/xorg-xserver/xserver-xorg_1.7.3.bb
@@ -3,7 +3,7 @@ require xorg-xserver-common.inc
 DESCRIPTION = "the X.Org X server"
 DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts"
 PE = "2"
-PR = "r5"
+PR = "${INC_PR}.0"
 
 SRC_URI += "file://sysroot_fix.patch;patch=1 \
             file://dolt-fix-1.7.0.patch;patch=1 \
diff --git a/recipes/xorg-xserver/xserver-xorg_1.7.4.bb b/recipes/xorg-xserver/xserver-xorg_1.7.4.bb
index bd2e6f8..55b7a6d 100644
--- a/recipes/xorg-xserver/xserver-xorg_1.7.4.bb
+++ b/recipes/xorg-xserver/xserver-xorg_1.7.4.bb
@@ -3,6 +3,7 @@ require xorg-xserver-common.inc
 DESCRIPTION = "the X.Org X server"
 DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts"
 PE = "2"
+PR = "${INC_PR}.0"
 
 SRC_URI += "file://sysroot_fix.patch;patch=1 \
             file://dolt-fix-1.7.0.patch;patch=1 \
diff --git a/recipes/xorg-xserver/xserver-xorg_git.bb b/recipes/xorg-xserver/xserver-xorg_git.bb
index 54fa188..5f683c4 100644
--- a/recipes/xorg-xserver/xserver-xorg_git.bb
+++ b/recipes/xorg-xserver/xserver-xorg_git.bb
@@ -3,7 +3,7 @@ require xorg-xserver-common.inc
 DESCRIPTION = "the X.Org X server"
 DEPENDS += "pixman libpciaccess openssl dri2proto glproto xorg-minimal-fonts font-util-native"
 PV = "1.7.999"
-PR = "r4"
+PR = "${INC_PR}.0"
 PR_append = "+gitr${SRCREV}"
 PE = "2"
 





More information about the Openembedded-commits mailing list