Adding riscv64 tpk sandbox/playchang/riscv64
authorwchang kim <wchang.kim@samsung.com>
Fri, 2 Jun 2023 06:23:26 +0000 (15:23 +0900)
committerwchang kim <wchang.kim@samsung.com>
Fri, 2 Jun 2023 06:23:26 +0000 (15:23 +0900)
Change-Id: Iabf5dc085b9d9adbed3d8e3eeeb4d5dbd725eebd

org.tizen.gallery_common-1.0.0-riscv64.tpk [new file with mode: 0644]
packaging/org.tizen.gallery_common.spec

diff --git a/org.tizen.gallery_common-1.0.0-riscv64.tpk b/org.tizen.gallery_common-1.0.0-riscv64.tpk
new file mode 100644 (file)
index 0000000..b70751b
Binary files /dev/null and b/org.tizen.gallery_common-1.0.0-riscv64.tpk differ
index 5148de3b8aaa8fb818697070b3e4d62803f5429c..2315a14b28b7d891a4561fa5634ad5a46467e787 100644 (file)
@@ -9,7 +9,7 @@ License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 
 #ExclusiveArch: x86_64 i586 x86 aarch64 i486 i686 i386 armv7l arm
-ExclusiveArch:  aarch64 x86_64 arm armv7l i586 i486 i686 i386 x86 i586 i486 i686 i386 x86
+ExclusiveArch:  aarch64 x86_64 arm armv7l i586 i486 i686 i386 x86 i586 i486 i686 i386 x86 riscv64
 
 BuildRequires:  pkgconfig(libtzplatform-config)
 Requires(post):  /usr/bin/tpk-backend
@@ -25,6 +25,9 @@ Requires(post):  /usr/bin/tpk-backend
 %ifarch aarch64
 %define target aarch64
 %endif
+%ifarch riscv64
+%define target riscv64
+%endif
 %ifarch x86_64
 %define target x86_64
 %endif