diff options
Diffstat (limited to 'recipes/evopedia/evopedia_git.bb')
-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 09f148db57..de53ecf77b 100644 --- a/recipes/evopedia/evopedia_git.bb +++ b/recipes/evopedia/evopedia_git.bb @@ -3,9 +3,9 @@ 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 \ +RDEPENDS_${PN} = "python python-xml python-shell python-netclient python-mime \ python-netserver python-io python-compression" -RRECOMMENDS = "midori" +RRECOMMENDS_${PN} = "midori" RRECOMMENDS_shr = "ventura" PV = "0.3.0-rc3+gitr${SRCPV}" |