From 229cbb33ce76ddfd31531df22b4389313126e8f0 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Thu, 28 Jun 2012 12:44:12 +0200 Subject: [PATCH] op_cpusettings.sh: Fixed duplicated lines --- recipes/pandora-system/pandora-scripts.bb | 2 +- recipes/pandora-system/pandora-scripts/op_cpusettings.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/recipes/pandora-system/pandora-scripts.bb b/recipes/pandora-system/pandora-scripts.bb index 641df0b..2a742c6 100644 --- a/recipes/pandora-system/pandora-scripts.bb +++ b/recipes/pandora-system/pandora-scripts.bb @@ -6,7 +6,7 @@ COMPATIBLE_MACHINE = "omap3-pandora" DEPENDS = "zenity dbus" RDEPENDS = "zenity dbus" -PR = "r106" +PR = "r107" SRC_URI = " \ file://op_paths.sh \ diff --git a/recipes/pandora-system/pandora-scripts/op_cpusettings.sh b/recipes/pandora-system/pandora-scripts/op_cpusettings.sh index cf2a552..32a359e 100755 --- a/recipes/pandora-system/pandora-scripts/op_cpusettings.sh +++ b/recipes/pandora-system/pandora-scripts/op_cpusettings.sh @@ -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;; -- 2.39.5