From 92e021f53dca3d6e451089e971465ba790d968e7 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 3 May 2010 18:06:48 +0200 Subject: 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 --- recipes/evopedia/evopedia_git.bb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'recipes') 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 \ -- cgit 1.2.3-korg