From 2232ab4852dc2d412b1e1ce7f3e87ae1dc465ab5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Mon, 11 Aug 2014 09:39:07 +0200 Subject: [PATCH] meta-tizen: audio-session-manager: remove vconftool command MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit In the postinst script, one of the vconftool command fails to execute which prevents the image to be built. As a TEMPORARY WORKAROUND the failing command is removed. This patch will need to be reverted as soon as this issue has been properly corrected. Bug-Tizen: BTY-27 Change-Id: If11f9a5cdb527b048ebeebbc34b275f611c2b068 (From meta-tizen rev: 61b83f720df57e434491ba9a401d723af643a04f) Signed-off-by: Kévin THIERRY Signed-off-by: Patrick Ohly --- .../audio-session-manager/audio-session-manager-extraconf.inc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meta-tizen/recipes-tizen/audio-session-manager/audio-session-manager-extraconf.inc b/meta-tizen/recipes-tizen/audio-session-manager/audio-session-manager-extraconf.inc index e69de29..e8c1066 100644 --- a/meta-tizen/recipes-tizen/audio-session-manager/audio-session-manager-extraconf.inc +++ b/meta-tizen/recipes-tizen/audio-session-manager/audio-session-manager-extraconf.inc @@ -0,0 +1,7 @@ +pkg_postinst_${PN}() { + #!/bin/sh -e + + [ "x\$D" == "x" ] && ldconfig + # Temporary workaround needed to generate the image + #vconftool set -t int memory/Sound/SoundStatus "0" -g 29 -f -i +} -- 2.7.4