Adding riscv64 tpk
authorwchang kim <wchang.kim@samsung.com>
Thu, 1 Jun 2023 21:18:25 +0000 (06:18 +0900)
committerwchang kim <wchang.kim@samsung.com>
Thu, 1 Jun 2023 21:18:25 +0000 (06:18 +0900)
Change-Id: Ie13877f0d139a50a8922b26de583f1e1002af737

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

diff --git a/org.tizen.videos_common-1.0.0-riscv64.tpk b/org.tizen.videos_common-1.0.0-riscv64.tpk
new file mode 100644 (file)
index 0000000..5d42087
Binary files /dev/null and b/org.tizen.videos_common-1.0.0-riscv64.tpk differ
index 2d0f2951db839fae690e63ea4b38e3828973167d..ee2789ce1a6f4f3b9dad84ea8dbfe3cb9cea25c7 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