summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiyoung Yun <jy910.yun@samsung.com>2017-01-04 15:25:07 +0900
committerJiyoung Yun <jy910.yun@samsung.com>2017-06-13 18:51:52 +0900
commitaf0c23d8a0009baf46942f2843ef559778718c70 (patch)
tree4b4e04c5ad5c629db034769694100d73347c1f84
parent033ba5d5a68e33e62a388b827c7bc8498d1d3d74 (diff)
downloadcoreclr-af0c23d8a0009baf46942f2843ef559778718c70.tar.gz
coreclr-af0c23d8a0009baf46942f2843ef559778718c70.tar.bz2
coreclr-af0c23d8a0009baf46942f2843ef559778718c70.zip
Revert "Remove dep_libs.tar.gz"
This reverts commit 6f5da38ccac5386284af74d917b701481ccf6f3e. Change-Id: I6d4c137aa8d637a86021db021c83e21f4a9fc42b
-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 cbd935f3ee..b04560efc6 100644
--- a/packaging/coreclr.spec
+++ b/packaging/coreclr.spec
@@ -27,6 +27,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
@@ -111,6 +112,7 @@ cp %{SOURCE1000} ./
tar xf %{SOURCE1000}
%ifarch armv7l
%setup -T -D -a 1002
+%setup -T -D -a 1003
for file in $( find ./Tools -name "dotnet" )
do
patchelf --set-interpreter /emul/lib64/ld-linux-x86-64.so.2 $file
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