evopedia: bump SRCREV and update recipe
authorThomas Zimmermann <ml@vdm-design.de>
Wed, 24 Feb 2010 09:58:52 +0000 (09:58 +0000)
committerMartin Jansa <Martin.Jansa@gmail.com>
Wed, 24 Feb 2010 19:11:00 +0000 (20:11 +0100)
* depencie on kernel-module-squashfs is no longer needed
* python-compression is needed to read bz2 dumps

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
recipes/evopedia/evopedia_git.bb

index a578dd4..eaad256 100644 (file)
@@ -3,15 +3,15 @@ AUTHOR = "Christian Reitwießner"
 HOMEPAGE = "http://www.reitwiessner.de/openmoko/evopedia.html"
 PRIORITY = "optional"
 LICENSE = "GPL"
-RDEPENDS = "python python-xml python-shell python-netclient python-mime python-netserver \
-             python-io kernel-module-squashfs"
+RDEPENDS = "python python-xml python-shell python-netclient python-mime \
+            python-netserver python-io python-compression"
 RRECOMMENDS = "midori"
 PV = "0.3.0-rc3+gitr${SRCREV}"
 PR = "r0"
 
 SRC_URI = "git://github.com/crei/evopedia.git;protocol=http;branch=master"
 
-SRCREV = "014e6ba17997552963ef41692e838c48749488cd"
+SRCREV = "2e92cc7b4b709c7551337e7a2c76e6737c241e38"
 S = "${WORKDIR}/git/evopedia"
 
 inherit distutils