From: Vikas Kumar Agrawal Date: Tue, 16 Oct 2018 14:50:46 +0000 (+0900) Subject: [ABS] [TFIVE-14741] ensure thread safe call of efl function X-Git-Tag: submit/tizen_mobile_tpk/20181016.224209^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86445e7aac9901745e72a8b0d930aab8333e97b6;p=profile%2Fmobile%2Fapps%2Fnative%2Fmusic-player.git [ABS] [TFIVE-14741] ensure thread safe call of efl function EFL function doesn't allow to access object in sub thread. This patch prevent that issue Reference: submit/tizen/20181016.224209 Commit id: 904153e1d410fd245f5996a1748b43b3ad81f512 Requested by: vikas.ag@samsung.com SDK rootstrap version: 20181015_1 --- diff --git a/org.tizen.music-player-1.0.0-arm-debug.tpk b/org.tizen.music-player-1.0.0-arm-debug.tpk index 03e0afc..aa13522 100644 Binary files a/org.tizen.music-player-1.0.0-arm-debug.tpk and b/org.tizen.music-player-1.0.0-arm-debug.tpk differ diff --git a/org.tizen.music-player-1.0.0-arm.tpk b/org.tizen.music-player-1.0.0-arm.tpk index 02a4f76..e46527a 100644 Binary files a/org.tizen.music-player-1.0.0-arm.tpk and b/org.tizen.music-player-1.0.0-arm.tpk differ diff --git a/org.tizen.music-player-1.0.0-x86-debug.tpk b/org.tizen.music-player-1.0.0-x86-debug.tpk index 3f0bb0b..b0ad524 100644 Binary files a/org.tizen.music-player-1.0.0-x86-debug.tpk and b/org.tizen.music-player-1.0.0-x86-debug.tpk differ diff --git a/org.tizen.music-player-1.0.0-x86.tpk b/org.tizen.music-player-1.0.0-x86.tpk index 3329c9e..50c3dfc 100644 Binary files a/org.tizen.music-player-1.0.0-x86.tpk and b/org.tizen.music-player-1.0.0-x86.tpk differ diff --git a/packaging/org.tizen.music-player.spec b/packaging/org.tizen.music-player.spec index 8e16eeb..598f163 100644 --- a/packaging/org.tizen.music-player.spec +++ b/packaging/org.tizen.music-player.spec @@ -1,6 +1,6 @@ Name: org.tizen.music-player -#VCS_FROM: profile/mobile/apps/native/music-player#6f06976cb0b09e3d78ea746a7d64fe377885ce14 -#RS_Ver: 20181008_2 +#VCS_FROM: profile/mobile/apps/native/music-player#904153e1d410fd245f5996a1748b43b3ad81f512 +#RS_Ver: 20181015_1 Summary: music player application Version: 1.0.0 Release: 1 @@ -33,7 +33,7 @@ Requires(post): /usr/bin/tpk-backend %endif %description -profile/mobile/apps/native/music-player#6f06976cb0b09e3d78ea746a7d64fe377885ce14 +profile/mobile/apps/native/music-player#904153e1d410fd245f5996a1748b43b3ad81f512 This is a container package which have preload TPK/WGT files %prep