[oe-commits] Angus Ainslie : mokomaze-0.5.1 add dim-suspend patch

git version control git at git.openembedded.org
Wed Jun 10 13:11:48 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 9781ec69c767a39beac15a58dde7c3048c8ad0e7
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9781ec69c767a39beac15a58dde7c3048c8ad0e7

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Tue Jun  9 22:25:12 2009 -0600

mokomaze-0.5.1 add dim-suspend patch

---

 .../mokomaze-0.5.1/avoid_dim_suspend.patch         |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/recipes/mokomaze/mokomaze-0.5.1/avoid_dim_suspend.patch b/recipes/mokomaze/mokomaze-0.5.1/avoid_dim_suspend.patch
new file mode 100644
index 0000000..58c5b64
--- /dev/null
+++ b/recipes/mokomaze/mokomaze-0.5.1/avoid_dim_suspend.patch
@@ -0,0 +1,14 @@
+diff -r fd8e721228a3 data/config.json
+--- a/data/config.json	Mon May 04 10:29:40 2009 +0200
++++ b/data/config.json	Mon May 04 11:28:27 2009 +0200
+@@ -20,8 +20,8 @@
+     },
+ 
+     "exec": {
+-        "init": "",
+-        "final": ""
++        "init": "dbus-send --system --type=method_call --dest=org.shr.ophonekitd.Usage /org/shr/ophonekitd/Usage org.shr.ophonekitd.Usage.RequestResource string:Display",
++        "final": "dbus-send --system --type=method_call --dest=org.shr.ophonekitd.Usage /org/shr/ophonekitd/Usage org.shr.ophonekitd.Usage.ReleaseResource string:Display"
+     }
+ 
+ }





More information about the Openembedded-commits mailing list