aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-dm
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2005-04-01 20:49:50 +0000
committerChris Lord <chris@openedhand.com>2005-04-01 20:49:50 +0000
commit0b9b9656bc0a367b8e490b5c1a3ce67d3177c14c (patch)
treec708fdbca1c362a3db2b03da0bbff45121a9ef20 /packages/gpe-dm
parent0aff73722d183b852aa21645b2b18dbbd9716b0a (diff)
downloadopenembedded-0b9b9656bc0a367b8e490b5c1a3ce67d3177c14c.tar.gz
'Fix' (hack) collie resume on suspend.
BKrev: 424db3eevJY2wluOzzziFkd71sMQ-Q
Diffstat (limited to 'packages/gpe-dm')
-rw-r--r--packages/gpe-dm/files/collie-suspend-hack.patch0
-rw-r--r--packages/gpe-dm/gpe-dm_0.44.bb5
2 files changed, 3 insertions, 2 deletions
diff --git a/packages/gpe-dm/files/collie-suspend-hack.patch b/packages/gpe-dm/files/collie-suspend-hack.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gpe-dm/files/collie-suspend-hack.patch
diff --git a/packages/gpe-dm/gpe-dm_0.44.bb b/packages/gpe-dm/gpe-dm_0.44.bb
index 6ed8e68ef8..51033e5aeb 100644
--- a/packages/gpe-dm/gpe-dm_0.44.bb
+++ b/packages/gpe-dm/gpe-dm_0.44.bb
@@ -6,9 +6,10 @@ SECTION = "gpe"
PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "glib-2.0"
-PR = "r1"
+PR = "r2"
INITSCRIPT_NAME = "gpe-dm"
INITSCRIPT_PARAMS = "defaults 99"
-SRC_URI += " file://source-xsession-scripts.patch;patch=1"
+SRC_URI += " file://source-xsession-scripts.patch;patch=1 \
+ file://collie-suspend-hack.patch;patch=1"