From 54878ec867b3b1027c200009320900946bcaa103 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sat, 12 May 2012 17:13:18 +0300 Subject: [PATCH] pandora-first-run-wizard: write time to hwclock --- recipes/pandora-system/pandora-first-run-wizard.bb | 2 +- .../pandora-system/pandora-first-run-wizard/first-run-wizard.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/pandora-system/pandora-first-run-wizard.bb b/recipes/pandora-system/pandora-first-run-wizard.bb index 4fe8685..3c7f088 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 = "r33" +PR = "r34" 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 bd10611..36ff0fc 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 @@ -213,6 +213,7 @@ done date +%Y%m%d -s $date date +%H:%M -s $time +hwclock -u -w # ---- -- 2.39.2