diff options
author | Thomas Zimmermann <ml@vdm-design.de> | 2010-02-14 16:17:04 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-14 22:45:56 +0100 |
commit | 0cf9eb8b338102c649692145e85c2d796b28111f (patch) | |
tree | ad1e0775855418c4aef2f17c942e00dfdbd8f2ed /recipes/evopedia | |
parent | 44cc42243aa57f07e2177072c608b6195b70a545 (diff) |
evopedia: update to 0.3.0-rc3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/evopedia')
-rw-r--r-- | recipes/evopedia/evopedia_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/evopedia/evopedia_git.bb b/recipes/evopedia/evopedia_git.bb index 256085face..a578dd417d 100644 --- a/recipes/evopedia/evopedia_git.bb +++ b/recipes/evopedia/evopedia_git.bb @@ -6,12 +6,12 @@ LICENSE = "GPL" RDEPENDS = "python python-xml python-shell python-netclient python-mime python-netserver \ python-io kernel-module-squashfs" RRECOMMENDS = "midori" -PV = "0.2.99+gitr${SRCREV}" +PV = "0.3.0-rc3+gitr${SRCREV}" PR = "r0" SRC_URI = "git://github.com/crei/evopedia.git;protocol=http;branch=master" -SRCREV = "51fd346f635d5715fdd3504ea4a4aa5453a1bfaa" +SRCREV = "014e6ba17997552963ef41692e838c48749488cd" S = "${WORKDIR}/git/evopedia" inherit distutils |