diff options
author | Tick Chen <ticktock35@gmail.com> | 2009-03-27 04:17:06 +0800 |
---|---|---|
committer | Tick Chen <ticktock35@gmail.com> | 2009-03-27 04:18:40 +0800 |
commit | 26a8720fde83ca1ce8c66618009e2a3f89795c48 (patch) | |
tree | 5c06f7e8a779cc84144df6611e96b66bc3f92db1 /recipes/mokoko/mokoko_svn.bb | |
parent | d3224e2c27fa9e92f2e5bbfeb562a39e1b0f6065 (diff) |
mokoko: fix the broken bb file SRCPV -> SRCREV
Diffstat (limited to 'recipes/mokoko/mokoko_svn.bb')
-rw-r--r-- | 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 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" |