diff options
author | wchang kim <wchang.kim@samsung.com> | 2023-06-07 12:42:38 +0900 |
---|---|---|
committer | wchang kim <wchang.kim@samsung.com> | 2023-06-07 12:42:38 +0900 |
commit | 0df4356a97f057099b71390e59342e393de12f5d (patch) | |
tree | 35fc2feb75db1aab7c8fcb500a505cf3221444bf | |
parent | 012c6eab95891fe44db1d3f99a19ff1bad2e3884 (diff) | |
download | share-panel-sandbox/playchang/riscv64.tar.gz share-panel-sandbox/playchang/riscv64.tar.bz2 share-panel-sandbox/playchang/riscv64.zip |
Adding riscv64 tpksandbox/playchang/riscv64
-rw-r--r-- | org.tizen.share-panel_common-1.0.0-riscv64.tpk | bin | 0 -> 140616 bytes | |||
-rw-r--r-- | packaging/org.tizen.share-panel_common.spec | 5 |
2 files changed, 4 insertions, 1 deletions
diff --git a/org.tizen.share-panel_common-1.0.0-riscv64.tpk b/org.tizen.share-panel_common-1.0.0-riscv64.tpk Binary files differnew file mode 100644 index 0000000..c162ea0 --- /dev/null +++ b/org.tizen.share-panel_common-1.0.0-riscv64.tpk diff --git a/packaging/org.tizen.share-panel_common.spec b/packaging/org.tizen.share-panel_common.spec index a56f8d1..477a201 100644 --- a/packaging/org.tizen.share-panel_common.spec +++ b/packaging/org.tizen.share-panel_common.spec @@ -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 |