diff options
author | Amritanshu <a.pandia1@samsung.com> | 2020-03-13 14:05:58 +0900 |
---|---|---|
committer | Amritanshu <a.pandia1@samsung.com> | 2020-03-13 14:05:58 +0900 |
commit | 66b4d6eceb7dbfb71a38c2e4227cacf0a8367577 (patch) | |
tree | 2a98b848c01e7db3a04e6387b5d7c547dafd314a | |
parent | c3480d8b0d203745092b21f7a8ab238ae1d4dd51 (diff) | |
download | phone-contacts-accepted/tizen_7.0_unified.tar.gz phone-contacts-accepted/tizen_7.0_unified.tar.bz2 phone-contacts-accepted/tizen_7.0_unified.zip |
[ABS] Fix build error with llvm-10tizen_7.0_m2_releasetizen_6.5.m2_releasetizen_6.0.m2_releasesubmit/tizen_wearable_tpk/20200313.045751submit/tizen_6.5_wearable_tpk/20211028.164401accepted/tizen/unified/20200315.214914accepted/tizen/7.0/unified/hotfix/20221116.112106accepted/tizen/7.0/unified/20221110.063723accepted/tizen/6.5/unified/20211029.032028tizen_wearable_tpktizen_7.0_wearable_tpktizen_7.0_hotfix_wearable_tpktizen_6.5_wearable_tpkaccepted/tizen_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unified
Reference: submit/tizen/20200313.045751
Commit id: 3dafeeb8b0b4296312928533bfd7f2e87ca44efa
Requested by: a.pandia1@samsung.com
SDK rootstrap version: 20200311_1
-rw-r--r-- | org.tizen.w-contacts-1.0.0-arm-debug.tpk | bin | 3545086 -> 3249798 bytes | |||
-rw-r--r-- | org.tizen.w-contacts-1.0.0-arm.tpk | bin | 2421192 -> 2251629 bytes | |||
-rw-r--r-- | org.tizen.w-contacts-1.0.0-i586-debug.tpk | bin | 0 -> 3347494 bytes | |||
-rw-r--r-- | org.tizen.w-contacts-1.0.0-i586.tpk | bin | 0 -> 3347494 bytes | |||
-rw-r--r-- | org.tizen.w-contacts-1.0.0-x86-debug.tpk | bin | 3565774 -> 0 bytes | |||
-rw-r--r-- | org.tizen.w-contacts-1.0.0-x86.tpk | bin | 3565774 -> 0 bytes | |||
-rw-r--r-- | packaging/org.tizen.w-contacts.spec | 8 |
7 files changed, 4 insertions, 4 deletions
diff --git a/org.tizen.w-contacts-1.0.0-arm-debug.tpk b/org.tizen.w-contacts-1.0.0-arm-debug.tpk Binary files differindex 4b4c7e3..b1c215a 100644 --- a/org.tizen.w-contacts-1.0.0-arm-debug.tpk +++ b/org.tizen.w-contacts-1.0.0-arm-debug.tpk diff --git a/org.tizen.w-contacts-1.0.0-arm.tpk b/org.tizen.w-contacts-1.0.0-arm.tpk Binary files differindex 238dbdf..e5bd097 100644 --- a/org.tizen.w-contacts-1.0.0-arm.tpk +++ b/org.tizen.w-contacts-1.0.0-arm.tpk diff --git a/org.tizen.w-contacts-1.0.0-i586-debug.tpk b/org.tizen.w-contacts-1.0.0-i586-debug.tpk Binary files differnew file mode 100644 index 0000000..8143e4e --- /dev/null +++ b/org.tizen.w-contacts-1.0.0-i586-debug.tpk diff --git a/org.tizen.w-contacts-1.0.0-i586.tpk b/org.tizen.w-contacts-1.0.0-i586.tpk Binary files differnew file mode 100644 index 0000000..cea0e90 --- /dev/null +++ b/org.tizen.w-contacts-1.0.0-i586.tpk diff --git a/org.tizen.w-contacts-1.0.0-x86-debug.tpk b/org.tizen.w-contacts-1.0.0-x86-debug.tpk Binary files differdeleted file mode 100644 index 6a2cce7..0000000 --- a/org.tizen.w-contacts-1.0.0-x86-debug.tpk +++ /dev/null diff --git a/org.tizen.w-contacts-1.0.0-x86.tpk b/org.tizen.w-contacts-1.0.0-x86.tpk Binary files differdeleted file mode 100644 index b929884..0000000 --- a/org.tizen.w-contacts-1.0.0-x86.tpk +++ /dev/null diff --git a/packaging/org.tizen.w-contacts.spec b/packaging/org.tizen.w-contacts.spec index 8ddd4d1..376b4e7 100644 --- a/packaging/org.tizen.w-contacts.spec +++ b/packaging/org.tizen.w-contacts.spec @@ -1,6 +1,6 @@ Name: org.tizen.w-contacts -#VCS_FROM: profile/wearable/apps/native/phone-contacts#c0e7f192c5cdca0a2bd999aa08c70d4602defe57 -#RS_Ver: 20200205_2 +#VCS_FROM: profile/wearable/apps/native/phone-contacts#3dafeeb8b0b4296312928533bfd7f2e87ca44efa +#RS_Ver: 20200311_1 Summary: org.tizen.w-contacts Version: 1.0.0 Release: 1 @@ -29,11 +29,11 @@ Requires(post): /usr/bin/tpk-backend %define target x86_64 %endif %ifarch i386 i486 i586 i686 -%define target x86 +%define target i586 %endif %description -profile/wearable/apps/native/phone-contacts#c0e7f192c5cdca0a2bd999aa08c70d4602defe57 +profile/wearable/apps/native/phone-contacts#3dafeeb8b0b4296312928533bfd7f2e87ca44efa This is a container package which have preload TPK/WGT files %prep |