* depencie on kernel-module-squashfs is no longer needed * python-compression is needed to read bz2 dumps --- 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 8a902b6..4e26194 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${SRCPV}" PR = "r0" SRC_URI = "git://github.com/crei/evopedia.git;protocol=http;branch=master" -SRCREV = "014e6ba17997552963ef41692e838c48749488cd" +SRCREV = "2e92cc7b4b709c7551337e7a2c76e6737c241e38" S = "${WORKDIR}/git/evopedia" inherit distutils -- 1.7.0
_______________________________________________ Shr-devel mailing list [email protected] http://lists.shr-project.org/mailman/listinfo/shr-devel
