pandora-scripts: Update helper scripts.
authorDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 17 Nov 2009 12:15:15 +0000 (12:15 +0000)
committerDavid-John Willis <John.Willis@Distant-earth.com>
Tue, 17 Nov 2009 12:15:15 +0000 (12:15 +0000)
recipes/pandora-system/pandora-scripts.bb
recipes/pandora-system/pandora-scripts/op_cpuspeed.desktop [moved from recipes/pandora-system/pandora-scripts/op_cpuclock.desktop with 100% similarity]
recipes/pandora-system/pandora-scripts/op_cpuspeed.sh [moved from recipes/pandora-system/pandora-scripts/op_cpuclock.sh with 83% similarity]

index 15704c5..51b8ae7 100644 (file)
@@ -3,7 +3,7 @@ LICENSE = "GPLV2"
 
 COMPATIBLE_MACHINE = "omap3-pandora"
 
 
 COMPATIBLE_MACHINE = "omap3-pandora"
 
-PR = "r2"
+PR = "r3"
 
 SRC_URI = " \
           file://op_bright.sh \
 
 SRC_URI = " \
           file://op_bright.sh \
@@ -12,7 +12,7 @@ newmhz=$1
 fi
 if [ $newmhz ]; then
        if [ $newmhz -ge $safemhz ]; then
 fi
 if [ $newmhz ]; then
        if [ $newmhz -ge $safemhz ]; then
-               answer=$(DISPLAY=0:0 zenity --question --title "Alert" --text "You are trying to set the cpu clock to $newmhz which is above its specification of $safemhz, doing so will may burn down your house, sour milk, or just blow up (ok, not that likely)! proceed?";echo $?)
+               answer=$(DISPLAY=0:0 zenity --question --title "Alert" --text "You are trying to set the cpu clock to $newmhz which is above its specification of $safemhz, doing so may burn down your house, sour milk, or just blow up (ok, not that likely)! proceed?";echo $?)
                echo $answer
                if [ $answer = 1 ]; then exit 1; fi
        fi
                echo $answer
                if [ $answer = 1 ]; then exit 1; fi
        fi