Revert "Remove dep_libs.tar.gz"
authorJiyoung Yun <jy910.yun@samsung.com>
Wed, 4 Jan 2017 06:25:07 +0000 (15:25 +0900)
committerJiyoung Yun <jy910.yun@samsung.com>
Tue, 21 Feb 2017 05:47:10 +0000 (14:47 +0900)
This reverts commit 6f5da38ccac5386284af74d917b701481ccf6f3e.

Change-Id: I6d4c137aa8d637a86021db021c83e21f4a9fc42b

packaging/coreclr.spec
packaging/dep_libs.tar.gz [new file with mode: 0644]

index cbd935f..b04560e 100644 (file)
@@ -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 (file)
index 0000000..4925312
Binary files /dev/null and b/packaging/dep_libs.tar.gz differ