From 682a65898bf8bd4b5f929bd2d3ae1589148071ed Mon Sep 17 00:00:00 2001 From: Chan Lee Date: Thu, 30 Mar 2017 13:12:35 +0900 Subject: [PATCH] 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 --- Tizen:Base/_config | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.7.4