aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2010-07-11 12:47:05 +0100
committerPaul Eggleton <bluelightning@bluelightning.org>2010-07-11 12:47:05 +0100
commit2cc5b6a0736853d808b12d6d7803c223b555a5e4 (patch)
tree5e2cae6b7d8f692b557b5057835e7a5ad9265935
parent078d6eadc48b49002e3d191a17bbd9b231f8ee23 (diff)
downloadopenembedded-2cc5b6a0736853d808b12d6d7803c223b555a5e4.tar.gz
opie-init: disable special init handling for c7x0 (for w100 which is currently disabled)
-rw-r--r--recipes/opie-init/opie-init.inc17
1 files changed, 9 insertions, 8 deletions
diff --git a/recipes/opie-init/opie-init.inc b/recipes/opie-init/opie-init.inc
index 04a73cb4ea..b40492f21b 100644
--- a/recipes/opie-init/opie-init.inc
+++ b/recipes/opie-init/opie-init.inc
@@ -30,14 +30,15 @@ do_install() {
install -m 0644 ${WORKDIR}/locale.conf ${D}${palmtopdir}/etc/skel/
fi
- case ${MACHINE} in
- c7x0)
- install -d ${D}${sysconfdir}/apm/event.d/
- install -m 0755 ${WORKDIR}/qpe-suspend-resume ${D}${sysconfdir}/apm/event.d/00-qpe-suspend-resume.sh
- ;;
- *)
- ;;
- esac
+# This should not be necessary anymore (w100 is currently disabled for c7x0)
+# case ${MACHINE} in
+# c7x0)
+# install -d ${D}${sysconfdir}/apm/event.d/
+# install -m 0755 ${WORKDIR}/qpe-suspend-resume ${D}${sysconfdir}/apm/event.d/00-qpe-suspend-resume.sh
+# ;;
+# *)
+# ;;
+# esac
}
#FILES_opie-init_append = " ${sysconfdir} ${palmtopdir}/bin"