[oe-commits] org.oe.dev opie-taskbar: Comment out getkey calls, as no longer available with current OE's busyboxes.

pfalcon commit openembedded-commits at lists.openembedded.org
Tue Jan 9 22:57:17 UTC 2007


opie-taskbar: Comment out getkey calls, as no longer available with current OE's busyboxes.
* Closes #1649.
* Few TODOs for this package:
1. Drop htcuniversal/opie - it only sets TS/keys devices, and that should be done
by other means (and need for that is questionable, as other HH.org devices work
without any explicit sets).
2. Move OPIE startup scripts to own package out of app package.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 62f0b4348db9b0f62734dedad64e6808bcb1a3e0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=62f0b4348db9b0f62734dedad64e6808bcb1a3e0
Files:
1
packages/opie-taskbar/opie-taskbar/c7x0/opie
packages/opie-taskbar/opie-taskbar/htcuniversal/opie
packages/opie-taskbar/opie-taskbar/opie
Diffs:

#
# mt diff -r23b499709c194edb8a59cac3432c10a63e6a952d -r62f0b4348db9b0f62734dedad64e6808bcb1a3e0
#
# 
# 
# patch "packages/opie-taskbar/opie-taskbar/c7x0/opie"
#  from [0360df24fef89530d1927f4558d5dfe467ae45b5]
#    to [c2bfc3f3f4ef0540565c95dfd30efe738b99903a]
# 
# patch "packages/opie-taskbar/opie-taskbar/htcuniversal/opie"
#  from [c29c3126203e749a8ba77d58d1e0a15074973621]
#    to [6569bfdea42057530e8ccd628408137c2fb610fe]
# 
# patch "packages/opie-taskbar/opie-taskbar/opie"
#  from [379380cedb444aca3275b268703dc2f53b6ccfd1]
#    to [c5c9d3d6b7346b7bc4189b428fdf870f1615a939]
# 
============================================================
--- packages/opie-taskbar/opie-taskbar/c7x0/opie	0360df24fef89530d1927f4558d5dfe467ae45b5
+++ packages/opie-taskbar/opie-taskbar/c7x0/opie	c2bfc3f3f4ef0540565c95dfd30efe738b99903a
@@ -41,7 +41,7 @@ case $1 in
 
 case $1 in
 'start')
-    /sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0
+    #/sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0
     
     if [ -x "$OPIEDIR/bin/opie-login" ]; then
             echo Starting Opie-login....
============================================================
--- packages/opie-taskbar/opie-taskbar/htcuniversal/opie	c29c3126203e749a8ba77d58d1e0a15074973621
+++ packages/opie-taskbar/opie-taskbar/htcuniversal/opie	6569bfdea42057530e8ccd628408137c2fb610fe
@@ -38,7 +38,7 @@ case $1 in
 
 case $1 in
 'start')
-    /sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0
+    #/sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0
     
     if [ -x "$OPIEDIR/bin/opie-login" ]; then
             echo Starting Opie-login....
============================================================
--- packages/opie-taskbar/opie-taskbar/opie	379380cedb444aca3275b268703dc2f53b6ccfd1
+++ packages/opie-taskbar/opie-taskbar/opie	c5c9d3d6b7346b7bc4189b428fdf870f1615a939
@@ -36,7 +36,7 @@ case $1 in
 
 case $1 in
 'start')
-    /sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0
+    #/sbin/getkey 5 "Starting Opie in 5 seconds... press key to interrupt." && exit 0
     
     if [ -x "$OPIEDIR/bin/opie-login" ]; then
             echo Starting Opie-login....






More information about the Openembedded-commits mailing list