Adding riscv64 tpk sandbox/playchang/riscv64
authorwchang kim <wchang.kim@samsung.com>
Wed, 7 Jun 2023 03:42:38 +0000 (12:42 +0900)
committerwchang kim <wchang.kim@samsung.com>
Wed, 7 Jun 2023 03:42:38 +0000 (12:42 +0900)
org.tizen.share-panel_common-1.0.0-riscv64.tpk [new file with mode: 0644]
packaging/org.tizen.share-panel_common.spec

diff --git a/org.tizen.share-panel_common-1.0.0-riscv64.tpk b/org.tizen.share-panel_common-1.0.0-riscv64.tpk
new file mode 100644 (file)
index 0000000..c162ea0
Binary files /dev/null and b/org.tizen.share-panel_common-1.0.0-riscv64.tpk differ
index a56f8d15aa15d6eb97b0e32201f87ad2b4119f47..477a2014d02b462d2dc5ee8bb9e6b11436989341 100644 (file)
@@ -8,7 +8,7 @@ Group:      Applications/Core Applications
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
 
-ExclusiveArch:  x86_64 i586 x86 aarch64 i486 i686 i386 armv7l arm
+ExclusiveArch:  x86_64 i586 x86 aarch64 i486 i686 i386 armv7l arm riscv64
 
 
 BuildRequires:  pkgconfig(libtzplatform-config)
@@ -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