From: Benjamin Schieder Date: Wed, 23 Dec 2009 20:39:03 +0000 (+0000) Subject: neomis: prevent screen blanking in SHR via fsoraw X-Git-Tag: Release-2010-05/1~1103^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a07f23e6b9e0c5f5307393050b4d0aaa8aaa8f11;p=openembedded.git neomis: prevent screen blanking in SHR via fsoraw Signed-off-by: Martin Jansa --- diff --git a/recipes/openmoko-3rdparty/neomis_svn.bb b/recipes/openmoko-3rdparty/neomis_svn.bb index 2b6075b787..1ea20a2d58 100644 --- a/recipes/openmoko-3rdparty/neomis_svn.bb +++ b/recipes/openmoko-3rdparty/neomis_svn.bb @@ -7,6 +7,7 @@ PRIORITY = "optional" DEPENDS = "python-native" PV = "1.1.0+svnr${SRCPV}" +PR = "r1" S = "${WORKDIR}/trunk" @@ -16,6 +17,10 @@ SRC_URI = "svn://neomis.googlecode.com/svn;module=trunk;proto=http" inherit distutils +do_configure_prepend_shr() { + sed -e 's,^Exec=,Exec=/usr/bin/fsoraw -r Display ,g' -i ${S}/data/neomis.desktop +} + FILES_${PN} += "${datadir}/neomis ${datadir}/applications/neomis.desktop ${datadir}/pixmaps" RDEPENDS += "python-audio python-pyalsaaudio python-elementary"