[oe-commits] Martin Jansa : evopedia: use ventura instead of midory

git version control git at git.openembedded.org
Mon May 3 18:06:17 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 92e021f53dca3d6e451089e971465ba790d968e7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=92e021f53dca3d6e451089e971465ba790d968e7

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon May  3 18:06:48 2010 +0200

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 at gmail.com>

---

 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 4e26194..09f148d 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 \





More information about the Openembedded-commits mailing list