u-boot-omap3pandora: Bump SRCREV to version with UBI enabled.
[openembedded.git] / recipes / apmd / apm-tosa-suspendfix_0.1.bb
1 DESCRIPTION = "Workaround for bug 2134 (Tosa Angstrom x11 image suspend/resume failure)"
2 AUTHOR = "Dmitry Baryshkov"
3 PR = "r0"
4
5 SRC_URI = "file://50-tmio-ohci-unbind"
6
7 do_install() {
8         install -d ${D}${sysconfdir}/apm/event.d
9         install -m 0755 ${WORKDIR}/50-tmio-ohci-unbind ${D}${sysconfdir}/apm/event.d
10 }