Embed libunwind and libuuid (temporary patch)
authorJiyoung Yun <jy910.yun@samsung.com>
Mon, 12 Dec 2016 07:22:34 +0000 (16:22 +0900)
committerJiyoung Yun <jy910.yun@samsung.com>
Tue, 21 Feb 2017 05:47:06 +0000 (14:47 +0900)
These libraries will be included in qemu-accel
but it takes some times due to Release Schedule.
So those libraries need to be embed in this module.

Change-Id: I998b9cfd6bf1c3d2d2321d9f4f160746be267e1c
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
packaging/coreclr.spec
packaging/dep_libs.tar.gz [new file with mode: 0644]

index 419ccbd..f30f2f4 100644 (file)
@@ -23,6 +23,7 @@ Source0:      %{name}-%{version}.tar.gz
 Source1000: downloaded_files.tar.gz
 Source1001:     %{name}.manifest
 Source1002: libicu.tar.gz
+Source1003: dep_libs.tar.gz
 # Gbp-Ignore-Patches: 0 1 2
 Patch0:     Add-Tizen-distro.patch
 Patch1:     Do-not-ignore-project.lock.json.patch
@@ -105,6 +106,7 @@ cp %{SOURCE1000} ./
 tar xf %{SOURCE1000}
 %ifarch armv7l
 %setup -T -D -a 1002
+%setup -T -D -a 1003
 patchelf --set-interpreter /emul/lib64/ld-linux-x86-64.so.2 ./Tools/dotnetcli/dotnet
 patchelf --set-rpath /emul/usr/lib64/:%{_builddir}/%{name}-%{version}/libicu/ ./Tools/dotnetcli/dotnet
 patchelf --set-interpreter /emul/lib64/ld-linux-x86-64.so.2 ./Tools/dotnetcli/shared/Microsoft.NETCore.App/1.0.0-rc3-002733/dotnet
diff --git a/packaging/dep_libs.tar.gz b/packaging/dep_libs.tar.gz
new file mode 100644 (file)
index 0000000..4925312
Binary files /dev/null and b/packaging/dep_libs.tar.gz differ