diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-03 18:06:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-05-03 19:32:12 +0200 |
commit | 92e021f53dca3d6e451089e971465ba790d968e7 (patch) | |
tree | e867881540bbf19f9d1d13c2772b0b049b5878e5 /recipes/evopedia/evopedia_git.bb | |
parent | 676fafe2c5204c1615d6974683938409af917665 (diff) |
evopedia: use ventura instead of midory
* sensiblebrowser as provided by debianutils and to lower RRECOMMENDS to RSUGGESTS would be even better
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/evopedia/evopedia_git.bb')
-rw-r--r-- | recipes/evopedia/evopedia_git.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/recipes/evopedia/evopedia_git.bb b/recipes/evopedia/evopedia_git.bb index 4e26194112..09f148db57 100644 --- a/recipes/evopedia/evopedia_git.bb +++ b/recipes/evopedia/evopedia_git.bb @@ -6,8 +6,10 @@ LICENSE = "GPL" RDEPENDS = "python python-xml python-shell python-netclient python-mime \ python-netserver python-io python-compression" RRECOMMENDS = "midori" +RRECOMMENDS_shr = "ventura" + PV = "0.3.0-rc3+gitr${SRCPV}" -PR = "r0" +PR = "r1" SRC_URI = "git://github.com/crei/evopedia.git;protocol=http;branch=master" @@ -16,6 +18,10 @@ S = "${WORKDIR}/git/evopedia" inherit distutils +do_configure_append_shr() { + sed -i "s#/usr/bin/midori#/usr/bin/ventura#g" ${S}/evopedia.sh +} + PACKAGE_ARCH = "all" FILES_${PN} += "${datadir}/applications \ |