From 79aa943a3bb826638b22da1bbedfbd940739fdc0 Mon Sep 17 00:00:00 2001 From: Baptiste DURAND Date: Mon, 25 Nov 2013 14:44:39 +0100 Subject: [PATCH] Fix TIVI 1629 : Add wap vconf keys. This vconf should be set by installing org.tizen.settings package. But this package is a native app that can not be installed in IVI image (Runtime dep is missing) Signed-off-by: Baptiste DURAND --- ivi.yaml | 3 +++ scripts/vconf-keys-default.post | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 scripts/vconf-keys-default.post diff --git a/ivi.yaml b/ivi.yaml index e9971df..26823d9 100644 --- a/ivi.yaml +++ b/ivi.yaml @@ -40,6 +40,8 @@ Wayland-i586: - IVI Applications PostScripts: - base-weston-default + - vconf-keys-default + Wayland-x86_64: Part: ivi-mbr @@ -51,3 +53,4 @@ Wayland-x86_64: - IVI Applications x86_64 PostScripts: - base-weston-default + - vconf-keys-default diff --git a/scripts/vconf-keys-default.post b/scripts/vconf-keys-default.post new file mode 100644 index 0000000..a79a7a7 --- /dev/null +++ b/scripts/vconf-keys-default.post @@ -0,0 +1,2 @@ +# Needed to fix TIVI-1629 +vconftool set -t int -f db/setting/default_memory/wap 0 -- 2.7.4