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/matchbox-wm/matchbox-wm_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/matchbox-wm') diff --git a/meta/recipes-graphics/matchbox-wm/matchbox-wm_svn.bb b/meta/recipes-graphics/matchbox-wm/matchbox-wm_svn.bb index 09c0f70f47..d215171768 100644 --- a/meta/recipes-graphics/matchbox-wm/matchbox-wm_svn.bb +++ b/meta/recipes-graphics/matchbox-wm/matchbox-wm_svn.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://src/wm.h;endline=21;md5=a7e844465edbcf79c282369f93caa SECTION = "x11/wm" DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" -PV = "1.2+svnr${SRCREV}" +PV = "1.2+svnr${SRCPV}" PR = "r4" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ -- cgit 1.2.3-korg