[oe-commits] Paul Eggleton : opie-init: disable special init handling for c7x0 ( for w100 which is currently disabled)

git version control git at git.openembedded.org
Sun Jul 11 11:47:53 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2cc5b6a0736853d808b12d6d7803c223b555a5e4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2cc5b6a0736853d808b12d6d7803c223b555a5e4

Author: Paul Eggleton <bluelightning at bluelightning.org>
Date:   Sun Jul 11 12:47:05 2010 +0100

opie-init: disable special init handling for c7x0 (for w100 which is currently disabled)

---

 recipes/opie-init/opie-init.inc |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/recipes/opie-init/opie-init.inc b/recipes/opie-init/opie-init.inc
index 04a73cb..b40492f 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"





More information about the Openembedded-commits mailing list