From 9b5c770cbda8cfc4c108d94bd0ff5c0af3d0b64b Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Mon, 27 Dec 2010 13:28:09 +0800 Subject: recpies: use SRCPV instead of SRCREV for PV SRCPV is intended being used by PV, some recipes still use SRCREV for PV, which is not correct. This patch fix all the misusage. Signed-off-by: Yu Ke --- meta/recipes-graphics/xcb/libxcb_git.bb | 2 +- meta/recipes-graphics/xcb/xcb-proto_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-graphics/xcb') diff --git a/meta/recipes-graphics/xcb/libxcb_git.bb b/meta/recipes-graphics/xcb/libxcb_git.bb index b9ac073410..faa52317c2 100644 --- a/meta/recipes-graphics/xcb/libxcb_git.bb +++ b/meta/recipes-graphics/xcb/libxcb_git.bb @@ -1,7 +1,7 @@ DEFAULT_PREFERENCE = "-1" include libxcb.inc -PV = "1.1.90.1+gitr${SRCREV}" +PV = "1.1.90.1+gitr${SRCPV}" DEPENDS += "libpthread-stubs xcb-proto-native" diff --git a/meta/recipes-graphics/xcb/xcb-proto_git.bb b/meta/recipes-graphics/xcb/xcb-proto_git.bb index b96fc121c5..e4c238cfc7 100644 --- a/meta/recipes-graphics/xcb/xcb-proto_git.bb +++ b/meta/recipes-graphics/xcb/xcb-proto_git.bb @@ -1,7 +1,7 @@ DEFAULT_PREFERENCE = "-1" include xcb-proto.inc -PV = "1.2+gitr${SRCREV}" +PV = "1.2+gitr${SRCPV}" PR = "r1" SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git" -- cgit v1.2.3-54-g00ecf