diff options
author | Thomas Zimmermann <ml@vdm-design.de> | 2010-02-24 09:58:52 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-24 20:11:00 +0100 |
commit | a7ff7964bc9c41c1ed54186f5875664e9a28bfe9 (patch) | |
tree | 809c380e165d660e68fcb1f90c0adcd938e8694d /recipes/evopedia | |
parent | 42edf9d42d0164bd803450cd4734b1b50ac486fa (diff) |
evopedia: bump SRCREV and update recipe
* 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>
Diffstat (limited to 'recipes/evopedia')
-rw-r--r-- | recipes/evopedia/evopedia_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/evopedia/evopedia_git.bb b/recipes/evopedia/evopedia_git.bb index a578dd417d..eaad256916 100644 --- a/recipes/evopedia/evopedia_git.bb +++ b/recipes/evopedia/evopedia_git.bb @@ -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 |