blob: ad223c195922342f8e791531e7c0981397f0a3db (
plain)
1
2
3
4
5
6
7
8
9
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
}
|