diff options
author | Chan Lee <chan45.lee@samsung.com> | 2017-03-30 13:12:35 +0900 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.vlan103.tizen.org> | 2017-03-31 04:15:49 -0700 |
commit | 682a65898bf8bd4b5f929bd2d3ae1589148071ed (patch) | |
tree | 8ce4618ebf8d151d39e1935a3e69b132b51ce11e /Tizen:Base | |
parent | fe8cf70c489fd7db987f5677d15b928a7ed64238 (diff) | |
download | obs-682a65898bf8bd4b5f929bd2d3ae1589148071ed.tar.gz obs-682a65898bf8bd4b5f929bd2d3ae1589148071ed.tar.bz2 obs-682a65898bf8bd4b5f929bd2d3ae1589148071ed.zip |
Tizen:Base: Set a preference for ambiguous libs to use *-64bit libs
*-64bit libs on 32bit build environment are required for .Net build(e.g., coreclr, corefx).
But when building 64bit target, they could make 'have choice' error with original libs in 64bit repository.
e.g., libstdc++ and libstdc++-64bit provides same libs.
It's ambiguous to choose appropriate one.
This patch could resolve this error by choosing original one prior to *-64bit libs.
Change-Id: Ibdb8c45cd3671c864c6b8cbfe3346818ae07e144
Signed-off-by: Chan Lee <chan45.lee@samsung.com>
Diffstat (limited to 'Tizen:Base')
-rw-r--r-- | Tizen:Base/_config | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tizen:Base/_config b/Tizen:Base/_config index 7bbdc0e..48c562b 100644 --- a/Tizen:Base/_config +++ b/Tizen:Base/_config @@ -25,6 +25,13 @@ Prefer: mono-mvc Prefer: mono-winforms Prefer: mono-data-sqlite +# Set a preference for ambiguous libs to use *-64bit libs +# *-64bit libs on 32bit build environment are required for .Net build (e.g., coreclr, corefx) +# But when building 64bit target, they could make 'have choice' error with original libs in 64bit repository. +# e.g., libstdc++ and libstdc++-64bit provides same libs. It's ambiguous to choose appropriate one. +# Owner : Jiyoung Yun (jy910.yun@samsung.com) +Prefer: libgcc libstdc++ libunwind libuuid zlib libopenssl + ############################# base definition ############################### # %release_name and %tizen_full_version are used in platform/upstream/tizen-release |