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-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb | 2 +- meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-sato/matchbox-theme-sato') diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb index c68c6855c7..36bde38fcc 100644 --- a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_svn.bb @@ -1,7 +1,7 @@ require matchbox-theme-sato.inc DEPENDS = "matchbox-wm-2" -PV = "0.1+svnr${SRCREV}" +PV = "0.1+svnr${SRCPV}" SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http \ file://png_rename.patch" diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb index 7d492353bf..16ea8251b1 100644 --- a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_svn.bb @@ -1,6 +1,6 @@ require matchbox-theme-sato.inc -PV = "0.1+svnr${SRCREV}" +PV = "0.1+svnr${SRCPV}" PR = "r0" SRC_URI = "svn://svn.o-hand.com/repos/sato/trunk;module=matchbox-sato;proto=http" -- cgit 1.2.3-korg