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-kernel/oprofile/oprofileui-svn.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/oprofile') diff --git a/meta/recipes-kernel/oprofile/oprofileui-svn.inc b/meta/recipes-kernel/oprofile/oprofileui-svn.inc index 4c9211cc05..0e7e7940c0 100644 --- a/meta/recipes-kernel/oprofile/oprofileui-svn.inc +++ b/meta/recipes-kernel/oprofile/oprofileui-svn.inc @@ -1,6 +1,6 @@ require oprofileui.inc -PV = "0.0+svnr${SRCREV}" +PV = "0.0+svnr${SRCPV}" PR = "r0" S = "${WORKDIR}/trunk" -- cgit v1.2.3-54-g00ecf