[oe-commits] Tick Chen : mokoko: fix the broken bb file SRCPV -> SRCREV

GIT User account git at amethyst.openembedded.net
Thu Mar 26 20:20:11 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 26a8720fde83ca1ce8c66618009e2a3f89795c48
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=26a8720fde83ca1ce8c66618009e2a3f89795c48

Author: Tick Chen <ticktock35 at gmail.com>
Date:   Fri Mar 27 04:17:06 2009 +0800

mokoko: fix the broken bb file SRCPV -> SRCREV

---

 recipes/mokoko/mokoko_svn.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/mokoko/mokoko_svn.bb b/recipes/mokoko/mokoko_svn.bb
index f22d445..84e16e5 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"





More information about the Openembedded-commits mailing list