opie-init: disable special init handling for c7x0 (for w100 which is currently disabled)
authorPaul Eggleton <bluelightning@bluelightning.org>
Sun, 11 Jul 2010 11:47:05 +0000 (12:47 +0100)
committerPaul Eggleton <bluelightning@bluelightning.org>
Sun, 11 Jul 2010 11:47:05 +0000 (12:47 +0100)
recipes/opie-init/opie-init.inc

index 04a73cb..b40492f 100644 (file)
@@ -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"