summaryrefslogtreecommitdiff
path: root/packages/apmd/apm-tosa-suspendfix_0.1.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-12-04 15:08:17 +0100
committerKoen Kooi <koen@openembedded.org>2008-12-04 15:08:17 +0100
commit102f1b6fc7ad1facdc73f7a335878a606e039743 (patch)
treec9494d1121d5a25f8b82724c1b383b5d291b2fbf /packages/apmd/apm-tosa-suspendfix_0.1.bb
parent35317b469ee5368948c9d06c75ac98395b847d9a (diff)
parent8ad80633a45048351695897162f5a2bd94057c8f (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/apmd/apm-tosa-suspendfix_0.1.bb')
-rw-r--r--packages/apmd/apm-tosa-suspendfix_0.1.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/apmd/apm-tosa-suspendfix_0.1.bb b/packages/apmd/apm-tosa-suspendfix_0.1.bb
new file mode 100644
index 0000000000..ad223c1959
--- /dev/null
+++ b/packages/apmd/apm-tosa-suspendfix_0.1.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "Workaround for bug 2134 (Tosa Angstrom x11 image suspend/resume failure)"
+AUTHOR = "Dmitry Baryshkov"
+PR = "r0"
+
+SRC_URI = "file://50-tmio-ohci-unbind"
+
+do_install() {
+ install -d ${D}${sysconfdir}/apm/event.d
+ install -m 0755 ${WORKDIR}/50-tmio-ohci-unbind ${D}${sysconfdir}/apm/event.d
+}