From 5811f747f2c5f34615f262030a5da828ee641387 Mon Sep 17 00:00:00 2001 From: =?utf8?q?K=C3=A9vin=20THIERRY?= Date: Mon, 11 Aug 2014 09:40:26 +0200 Subject: [PATCH] bluetooth-frwk: remove failing vconftool commands MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit In the postinst script, some of the vconftool commands fail 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-26 Change-Id: Iaceb68a1bca8c15ca0782a10280eaf7eb3921d90 Signed-off-by: Kévin THIERRY --- recipes-tizen/bluetooth-frwk/bluetooth-frwk-extraconf.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/recipes-tizen/bluetooth-frwk/bluetooth-frwk-extraconf.inc b/recipes-tizen/bluetooth-frwk/bluetooth-frwk-extraconf.inc index e69de29..0d57bea 100644 --- a/recipes-tizen/bluetooth-frwk/bluetooth-frwk-extraconf.inc +++ b/recipes-tizen/bluetooth-frwk/bluetooth-frwk-extraconf.inc @@ -0,0 +1,11 @@ +pkg_postinst_${PN}() { + #!/bin/sh -e + + [ "x\$D" == "x" ] && ldconfig + vconftool set -tf int db/bluetooth/status "0" -g 6520 + vconftool set -tf int file/private/bt-service/flight_mode_deactivated "0" -g 6520 -i + # Temporary workaround needed to generate the image + #vconftool set -tf string memory/bluetooth/sco_headset_name "" -g 6520 -i + #vconftool set -tf int memory/bluetooth/device "0" -g 6520 -i + #vconftool set -tf int memory/bluetooth/btsco "0" -g 6520 -i +} -- 2.7.4