summaryrefslogtreecommitdiffstats
path: root/recipes/mokoko
diff options
context:
space:
mode:
authorTick Chen <ticktock35@gmail.com>2009-03-27 04:17:06 +0800
committerTick Chen <ticktock35@gmail.com>2009-03-27 04:18:40 +0800
commit26a8720fde83ca1ce8c66618009e2a3f89795c48 (patch)
tree5c06f7e8a779cc84144df6611e96b66bc3f92db1 /recipes/mokoko
parentd3224e2c27fa9e92f2e5bbfeb562a39e1b0f6065 (diff)
downloadopenembedded-26a8720fde83ca1ce8c66618009e2a3f89795c48.tar.gz
mokoko: fix the broken bb file SRCPV -> SRCREV
Diffstat (limited to 'recipes/mokoko')
-rw-r--r--recipes/mokoko/mokoko_svn.bb2
1 files changed, 1 insertions, 1 deletions
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"