diff options
author | CHUNSEOK LEE <chunseok.lee@samsung.com> | 2017-08-03 13:37:45 +0900 |
---|---|---|
committer | CHUNSEOK LEE <chunseok.lee@samsung.com> | 2017-08-04 10:46:54 +0900 |
commit | 02b4b7fc4ef81e0edf3c85f01c34c602b5f5a9c3 (patch) | |
tree | 55446f3432f45e307052b5ed2cd071d82b11b126 /packaging/coreclr.spec | |
parent | 42385c444b3a27f308007f0ffb2c8037ac501eb9 (diff) | |
download | coreclr-02b4b7fc4ef81e0edf3c85f01c34c602b5f5a9c3.tar.gz coreclr-02b4b7fc4ef81e0edf3c85f01c34c602b5f5a9c3.tar.bz2 coreclr-02b4b7fc4ef81e0edf3c85f01c34c602b5f5a9c3.zip |
sosplugin enable, dacstackwalk patchsubmit/tizen/20170804.085043accepted/tizen/unified/20170807.151711
Change-Id: I10db038117d0dd6e0ec5100178256a49df104b59
Diffstat (limited to 'packaging/coreclr.spec')
-rw-r--r-- | packaging/coreclr.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/packaging/coreclr.spec b/packaging/coreclr.spec index 773064873e..4768692368 100644 --- a/packaging/coreclr.spec +++ b/packaging/coreclr.spec @@ -23,7 +23,7 @@ Source1000: downloaded_files.tar.gz Source1001: %{name}.manifest Source1002: libicu.tar.gz Source1003: dep_libs.tar.gz -# Gbp-Ignore-Patches: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 +# Gbp-Ignore-Patches: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 Patch0: Add-project.assets.json-files.patch Patch1: Add-Tizen-RuntimeID-case.patch Patch2: Change-O3-build-in-clang3.8.patch @@ -39,7 +39,8 @@ Patch11: Add-skipped-testcase-superpmi.patch Patch12: tizen-toolchain-support.patch Patch13: poison1.patch Patch14: poison2.patch - +Patch15: 0001-Fix-CreateDump-related-undefined-reference-on-non-AM.patch +Patch16: 0001-ARM-Linux-Enable-DacStackWalk.patch ExcludeArch: aarch64 BuildRequires: python @@ -145,6 +146,8 @@ cp %{SOURCE1001} . %patch12 -p1 %patch13 -p1 %patch14 -p1 +%patch15 -p1 +%patch16 -p1 %if 0%{skipmscorlib} %else |