op_cpusettings.sh: Fixed duplicated lines
authorMichael Mrozek <EvilDragon@openpandora.org>
Thu, 28 Jun 2012 10:44:12 +0000 (12:44 +0200)
committerMichael Mrozek <EvilDragon@openpandora.org>
Thu, 28 Jun 2012 10:44:12 +0000 (12:44 +0200)
recipes/pandora-system/pandora-scripts.bb
recipes/pandora-system/pandora-scripts/op_cpusettings.sh

index 641df0b..2a742c6 100644 (file)
@@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora"
 DEPENDS = "zenity dbus"
 RDEPENDS = "zenity dbus"
 
-PR = "r106"
+PR = "r107"
 
 SRC_URI = " \
           file://op_paths.sh \
index cf2a552..32a359e 100755 (executable)
@@ -82,8 +82,6 @@ case $mainsel in
          zenity --info --title="MHz range set" --text "The maximum allowed CPU Speed of your Pandora is now $newmax MHz.\n\n" --timeout 6
        else
          zenity --info --title="No change" --text "The CPU Speed has not been changed." --timeout 6
-       else
-       zenity --info --title="No change" --text "The CPU Speed has not been changed." --timeout 6
       fi
     fi;;