summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2016-12-12 16:22:34 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2017-04-13 14:21:36 +0900
commit7e323c51b7d16ce56e30c626189c8d7e0d95e49e (patch)
treeab75f17e30d4d9f29b36e4a1ffdec40844a4f5ab
parent9bf44735f669efca1e434e42e5f851d301b9f7d8 (diff)
downloadcoreclr-7e323c51b7d16ce56e30c626189c8d7e0d95e49e.tar.gz
coreclr-7e323c51b7d16ce56e30c626189c8d7e0d95e49e.tar.bz2
coreclr-7e323c51b7d16ce56e30c626189c8d7e0d95e49e.zip
Embed libunwind and libuuid (temporary patch)
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>
-rw-r--r--packaging/coreclr.spec2
-rw-r--r--packaging/dep_libs.tar.gzbin0 -> 144494 bytes
2 files changed, 2 insertions, 0 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec
index 419ccbd616..f30f2f410f 100644
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -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
index 0000000000..4925312774
--- /dev/null
+++ b/packaging/dep_libs.tar.gz
Binary files differ