diff options
Diffstat (limited to 'packages/apmd/apm-tosa-suspendfix_0.1.bb')
-rw-r--r-- | packages/apmd/apm-tosa-suspendfix_0.1.bb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/apmd/apm-tosa-suspendfix_0.1.bb b/packages/apmd/apm-tosa-suspendfix_0.1.bb deleted file mode 100644 index ad223c1959..0000000000 --- a/packages/apmd/apm-tosa-suspendfix_0.1.bb +++ /dev/null @@ -1,10 +0,0 @@ -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 -} |