From d87e88cbf3afcb77092fa4be420183f99aeb14fe Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Tue, 3 Jul 2012 10:52:03 +0200 Subject: [PATCH] first-run-wizard: Removed unneded sudo --- recipes/pandora-system/pandora-first-run-wizard.bb | 2 +- .../pandora-system/pandora-first-run-wizard/first-run-wizard.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/pandora-system/pandora-first-run-wizard.bb b/recipes/pandora-system/pandora-first-run-wizard.bb index f7a034d..fa7fabe 100755 --- a/recipes/pandora-system/pandora-first-run-wizard.bb +++ b/recipes/pandora-system/pandora-first-run-wizard.bb @@ -6,7 +6,7 @@ RDEPENDS = "hsetroot zenity dbus pandora-wallpaper-official tslib tslib-calibrat COMPATIBLE_MACHINE = "omap3-pandora" -PR = "r45" +PR = "r46" SRC_URI = " \ file://first-run-wizard.sh \ diff --git a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh index f1e263c..3617f03 100755 --- a/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh +++ b/recipes/pandora-system/pandora-first-run-wizard/first-run-wizard.sh @@ -312,7 +312,7 @@ if zenity --question --title="Calibrate Touchscreen" --text="It is recommended t /usr/pandora/scripts/op_touchinit.sh while ! zenity --question --title="Check Calibration" --text="Your new calibration setting has been applied.\n\nPlease check if the touchscreen is now working properly.\nIf not, you might want to try a recalibration.\n\n(Hint: use the nubs to press the button if the touchscreen is way off)" --ok-label="The touchscreen is fine" --cancel-label="Recalibrate"; do TSLIB_CONSOLEDEVICE=none op_runfbapp ts_calibrate - sudo /usr/pandora/scripts/op_touchinit.sh + /usr/pandora/scripts/op_touchinit.sh done fi -- 2.39.5