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 <ke.yu@intel.com>
This commit is contained in:
Yu Ke
2010-12-27 13:28:09 +08:00
committed by Richard Purdie
parent 601af9f8ea
commit 9b5c770cbd
52 changed files with 52 additions and 52 deletions

View File

@@ -3,7 +3,7 @@ require linux-omap2.inc
FILESPATH = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap2-git/${MACHINE}:${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap2-git"
PV = "2.6.26"
#PV = "2.6.26+2.6.27-rc1+${PR}+git${SRCREV}"
#PV = "2.6.26+2.6.27-rc1+${PR}+git${SRCPV}"
PR = "r53"
SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;protocol=git \