From: Tick Chen Date: Thu, 26 Mar 2009 20:17:06 +0000 (+0800) Subject: mokoko: fix the broken bb file SRCPV -> SRCREV X-Git-Tag: Release-2010-05/1~3796^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26a8720fde83ca1ce8c66618009e2a3f89795c48;p=openembedded.git mokoko: fix the broken bb file SRCPV -> SRCREV --- diff --git a/recipes/mokoko/mokoko_svn.bb b/recipes/mokoko/mokoko_svn.bb index f22d445ae8..84e16e576b 100644 --- a/recipes/mokoko/mokoko_svn.bb +++ b/recipes/mokoko/mokoko_svn.bb @@ -5,7 +5,7 @@ LICENSE = "GPL" DEPENDS = "gstreamer" RDEPENDS = "gstreamer" -PV = "0.1+svnr${SRCPV}" +PV = "0.1+svnr${SRCREV}" PR = "r1" SRC_URI = "svn://om-mediaplayer.googlecode.com/svn/;module=trunk;proto=http"