[oe-commits] Benjamin Schieder : neomis: prevent screen blanking in SHR via fsoraw

git version control git at git.openembedded.org
Thu Dec 31 09:02:41 UTC 2009


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

Author: Benjamin Schieder <blindcoder at scavenger.homeip.net>
Date:   Wed Dec 23 20:39:03 2009 +0000

neomis: prevent screen blanking in SHR via fsoraw

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/openmoko-3rdparty/neomis_svn.bb |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/recipes/openmoko-3rdparty/neomis_svn.bb b/recipes/openmoko-3rdparty/neomis_svn.bb
index 2b6075b..1ea20a2 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" 





More information about the Openembedded-commits mailing list