From: Yogesh Kumar Shukla Date: Tue, 27 Aug 2024 12:17:00 +0000 (+0530) Subject: Slution Inserted for riscv64 build issue X-Git-Tag: accepted/tizen/unified/20240913.042628^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_unified;p=platform%2Fcore%2Flocation%2Fmaps-plugin-here.git Slution Inserted for riscv64 build issue Change-Id: I6f636dbf6778fc697106d7e2160ebe2e503b6b47 --- diff --git a/lib/riscv64/libheremaps-engine.so b/lib/riscv64/libheremaps-engine.so new file mode 100644 index 0000000..add60f9 Binary files /dev/null and b/lib/riscv64/libheremaps-engine.so differ diff --git a/lib/riscv64/libheremaps-engine.so.1 b/lib/riscv64/libheremaps-engine.so.1 new file mode 100644 index 0000000..add60f9 Binary files /dev/null and b/lib/riscv64/libheremaps-engine.so.1 differ diff --git a/lib/riscv64/libheremaps-engine.so.1.0.6_45 b/lib/riscv64/libheremaps-engine.so.1.0.6_45 new file mode 100644 index 0000000..add60f9 Binary files /dev/null and b/lib/riscv64/libheremaps-engine.so.1.0.6_45 differ diff --git a/packaging/maps-plugin-here.spec b/packaging/maps-plugin-here.spec index 8f486c4..8e90ae4 100644 --- a/packaging/maps-plugin-here.spec +++ b/packaging/maps-plugin-here.spec @@ -5,7 +5,7 @@ Release: 1 Group: Location/Libraries License: Apache-2.0 and HERE Source0: %{name}-%{version}.tar.gz -ExclusiveArch: %ix86 x86_64 %arm aarch64 +ExclusiveArch: %ix86 x86_64 %arm aarch64 riscv64 BuildRequires: cmake # for here plugin @@ -59,6 +59,10 @@ Requires(postun): /sbin/ldconfig %define ARCH x86_64 %endif +%ifarch riscv64 +%define ARCH riscv64 +%endif + %description This package provides Plugin APIs capsulating HERE Maps Engine Library for Maps Service Library.