audio-session-manager: remove vconftool command 50/25850/3
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 11 Aug 2014 07:39:07 +0000 (09:39 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 11 Aug 2014 08:18:52 +0000 (10:18 +0200)
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
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-tizen/audio-session-manager/audio-session-manager-extraconf.inc

index e69de29..e8c1066 100644 (file)
@@ -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
+}