summaryrefslogtreecommitdiff
path: root/recipes/xorg-xserver
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-13 13:05:01 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-19 01:28:05 +0200
commite91823501707a85abe67f9da9c3d551847f3b2ca (patch)
tree2313a5e0f560ce77e963ec3c91d55215401790c7 /recipes/xorg-xserver
parent70b9e83caba440a5b39dc6399487c437a5155736 (diff)
recipes: use SRCPV in few more git recipes
* sometimes without PE bump, because nobody complained that we were bumping SRCREV without PV changes and we were using SRCPV in our branch before * please bump PE if you're using one of those and you need to increment PV, otherwise it will be "corrected" with next PV bump Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/xorg-xserver')
-rw-r--r--recipes/xorg-xserver/xserver-kdrive-glamo_1.3.0.0+git.bb4
-rw-r--r--recipes/xorg-xserver/xserver-xorg_git.bb4
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/xorg-xserver/xserver-kdrive-glamo_1.3.0.0+git.bb b/recipes/xorg-xserver/xserver-kdrive-glamo_1.3.0.0+git.bb
index d717456273..7631075d27 100644
--- a/recipes/xorg-xserver/xserver-kdrive-glamo_1.3.0.0+git.bb
+++ b/recipes/xorg-xserver/xserver-kdrive-glamo_1.3.0.0+git.bb
@@ -10,8 +10,8 @@ RDEPENDS_${PN} = "xserver-security-policy"
PROVIDES = "virtual/xserver"
SRCREV = "3f113f5f4dbaf14dee439eac8d510313fff3aafc"
-PE = "1"
-PV = "1.3.0.0+gitr${SRCREV}"
+PE = "2"
+PV = "1.3.0.0+gitr${SRCPV}"
PR = "r3"
COMPATIBLE_HOST = "arm.*-linux"
diff --git a/recipes/xorg-xserver/xserver-xorg_git.bb b/recipes/xorg-xserver/xserver-xorg_git.bb
index 47264ffc01..20c8b09c58 100644
--- a/recipes/xorg-xserver/xserver-xorg_git.bb
+++ b/recipes/xorg-xserver/xserver-xorg_git.bb
@@ -3,8 +3,8 @@ 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 = "${INC_PR}.1"
-PR_append = "+gitr${SRCREV}"
+PR = "${INC_PR}.2"
+PR_append = "+gitr${SRCPV}"
PE = "2"
DEFAULT_PREFERENCE = "-1"