From e91823501707a85abe67f9da9c3d551847f3b2ca Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 13 Apr 2010 13:05:01 +0200 Subject: 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 --- recipes/xorg-xserver/xserver-xorg_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/xorg-xserver/xserver-xorg_git.bb') 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" -- cgit v1.2.3