[ABS] [TIZENIOT-1844]Modified make file to resolve crash accepted/tizen_6.5_unified accepted/tizen_7.0_unified accepted/tizen_7.0_unified_hotfix accepted/tizen_8.0_unified accepted/tizen_unified tizen_6.5_tizeniot_tpk tizen_7.0_hotfix_tizeniot_tpk tizen_7.0_tizeniot_tpk tizen_8.0_tizeniot_tpk tizen_tizeniot_tpk accepted/tizen/6.5/unified/20211028.224244 accepted/tizen/7.0/unified/20221110.061521 accepted/tizen/7.0/unified/hotfix/20221116.111731 accepted/tizen/8.0/unified/20231005.095839 accepted/tizen/unified/20201209.030949 submit/tizen_6.5_tizeniot_tpk/20211028.164301 submit/tizen_tizeniot_tpk/20201209.024635 tizen_6.5.m2_release tizen_7.0_m2_release tizen_8.0_src.m2_release
authorEunyoung Lee <ey928.lee@samsung.com>
Wed, 9 Dec 2020 02:36:13 +0000 (11:36 +0900)
committerEunyoung Lee <ey928.lee@samsung.com>
Wed, 9 Dec 2020 02:36:13 +0000 (11:36 +0900)
Reference: submit/tizen/20201209.024635
Commit id: b2bb98216f92d1b74603af01087bd38e710b5432
Requested by: ey928.lee@samsung.com
SDK rootstrap version: 20201208_2

org.tizen.task-mgr_common-1.0.0-aarch64-debug.tpk
org.tizen.task-mgr_common-1.0.0-aarch64.tpk
org.tizen.task-mgr_common-1.0.0-arm-debug.tpk
org.tizen.task-mgr_common-1.0.0-arm.tpk
org.tizen.task-mgr_common-1.0.0-i586-debug.tpk [new file with mode: 0644]
org.tizen.task-mgr_common-1.0.0-i586.tpk [new file with mode: 0644]
org.tizen.task-mgr_common-1.0.0-x86_64-debug.tpk [new file with mode: 0644]
org.tizen.task-mgr_common-1.0.0-x86_64.tpk [new file with mode: 0644]
packaging/org.tizen.task-mgr_common.spec

index b8d5903..5742be0 100644 (file)
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
index 7392fa8..4b0f4e9 100644 (file)
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
index beb4e19..a5dcff9 100644 (file)
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
index 2cc3856..04cf284 100644 (file)
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 (file)
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 (file)
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 (file)
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 (file)
index 0000000..191f7eb
Binary files /dev/null and b/org.tizen.task-mgr_common-1.0.0-x86_64.tpk differ
index 829226d..9c6c6e8 100644 (file)
@@ -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