From: Eunyoung Lee Date: Wed, 9 Dec 2020 02:36:13 +0000 (+0900) Subject: [ABS] [TIZENIOT-1844]Modified make file to resolve crash X-Git-Tag: submit/tizen_tizeniot_tpk/20201209.024635^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=61756806faa149a3c6d38e37f90b6dfcd6cc034a;p=profile%2Fiot%2Fapps%2Fnative%2Ftaskmanager.git [ABS] [TIZENIOT-1844]Modified make file to resolve crash Reference: submit/tizen/20201209.024635 Commit id: b2bb98216f92d1b74603af01087bd38e710b5432 Requested by: ey928.lee@samsung.com SDK rootstrap version: 20201208_2 --- diff --git a/org.tizen.task-mgr_common-1.0.0-aarch64-debug.tpk b/org.tizen.task-mgr_common-1.0.0-aarch64-debug.tpk index b8d5903..5742be0 100644 Binary files a/org.tizen.task-mgr_common-1.0.0-aarch64-debug.tpk and b/org.tizen.task-mgr_common-1.0.0-aarch64-debug.tpk differ diff --git a/org.tizen.task-mgr_common-1.0.0-aarch64.tpk b/org.tizen.task-mgr_common-1.0.0-aarch64.tpk index 7392fa8..4b0f4e9 100644 Binary files a/org.tizen.task-mgr_common-1.0.0-aarch64.tpk and b/org.tizen.task-mgr_common-1.0.0-aarch64.tpk differ diff --git a/org.tizen.task-mgr_common-1.0.0-arm-debug.tpk b/org.tizen.task-mgr_common-1.0.0-arm-debug.tpk index beb4e19..a5dcff9 100644 Binary files a/org.tizen.task-mgr_common-1.0.0-arm-debug.tpk and b/org.tizen.task-mgr_common-1.0.0-arm-debug.tpk differ diff --git a/org.tizen.task-mgr_common-1.0.0-arm.tpk b/org.tizen.task-mgr_common-1.0.0-arm.tpk index 2cc3856..04cf284 100644 Binary files a/org.tizen.task-mgr_common-1.0.0-arm.tpk and b/org.tizen.task-mgr_common-1.0.0-arm.tpk differ diff --git a/org.tizen.task-mgr_common-1.0.0-i586-debug.tpk b/org.tizen.task-mgr_common-1.0.0-i586-debug.tpk new file mode 100644 index 0000000..274ee69 Binary files /dev/null and b/org.tizen.task-mgr_common-1.0.0-i586-debug.tpk differ diff --git a/org.tizen.task-mgr_common-1.0.0-i586.tpk b/org.tizen.task-mgr_common-1.0.0-i586.tpk new file mode 100644 index 0000000..a402e27 Binary files /dev/null and b/org.tizen.task-mgr_common-1.0.0-i586.tpk differ diff --git a/org.tizen.task-mgr_common-1.0.0-x86_64-debug.tpk b/org.tizen.task-mgr_common-1.0.0-x86_64-debug.tpk new file mode 100644 index 0000000..48d49cb Binary files /dev/null and b/org.tizen.task-mgr_common-1.0.0-x86_64-debug.tpk differ diff --git a/org.tizen.task-mgr_common-1.0.0-x86_64.tpk b/org.tizen.task-mgr_common-1.0.0-x86_64.tpk new file mode 100644 index 0000000..191f7eb Binary files /dev/null and b/org.tizen.task-mgr_common-1.0.0-x86_64.tpk differ diff --git a/packaging/org.tizen.task-mgr_common.spec b/packaging/org.tizen.task-mgr_common.spec index 829226d..9c6c6e8 100644 --- a/packaging/org.tizen.task-mgr_common.spec +++ b/packaging/org.tizen.task-mgr_common.spec @@ -1,6 +1,6 @@ Name: org.tizen.task-mgr_common #VCS_FROM: profile/iot/apps/native/taskmanager#b2bb98216f92d1b74603af01087bd38e710b5432 -#RS_Ver: 20201007_1 +#RS_Ver: 20201208_2 Summary: Taskmanager application Version: 1.0.0 Release: 1 @@ -8,7 +8,7 @@ Group: Applications/Core Applications License: Apache-2.0 Source0: %{name}-%{version}.tar.gz -ExclusiveArch: aarch64 armv7l arm +ExclusiveArch: x86_64 i586 x86 aarch64 i486 i686 i386 armv7l arm BuildRequires: pkgconfig(libtzplatform-config) @@ -29,7 +29,7 @@ Requires(post): /usr/bin/tpk-backend %define target x86_64 %endif %ifarch i386 i486 i586 i686 -%define target x86 +%define target i586 %endif %description