1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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
@@ -18,7 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.radeon_rlc;md5=4c243f7854d2884b483abda991adef
PROVIDES += "linux-firmware-sd8686"
PV = "0.0+git${SRCREV}"
PV = "0.0+git${SRCPV}"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git;protocol=git"
+1 -1
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 \
@@ -6,7 +6,7 @@ inherit kernel
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/${PN}-git/${MACHINE}"
PV = "2.6.31-rc7+pm+${PR}+git${SRCREV}"
PV = "2.6.31-rc7+pm+${PR}+git${SRCPV}"
PR = "r3"
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git;branch=pm;protocol=git"
+1 -1
View File
@@ -2,7 +2,7 @@ require linux-omap2.inc
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/linux-omap3-git/${MACHINE}"
PV = "2.6.27-rc6+${PR}+git${SRCREV}"
PV = "2.6.27-rc6+${PR}+git${SRCPV}"
PR = "r30"
SRC_URI = "git://source.mvista.com/git/linux-omap-2.6.git;branch=master;protocol=git \
@@ -1,6 +1,6 @@
require oprofileui.inc
PV = "0.0+svnr${SRCREV}"
PV = "0.0+svnr${SRCPV}"
PR = "r0"
S = "${WORKDIR}/trunk"