From: Jaehoon Chung Date: Thu, 7 Sep 2023 06:14:40 +0000 (+0900) Subject: Exclude crossgen-mic2 while creating ASAN image X-Git-Tag: accepted/tizen/unified/20230911.091146~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=467d51a35479c80bb018ee0cf448c82d2c58c04f;p=tools%2Fbuilding-blocks.git Exclude crossgen-mic2 while creating ASAN image After moved from meta to building-block, it's failed to create ASAN image. So exclude crossgen-mic2 package while creating asan iamge. Change-Id: I9fee2323344933d5d245a50787a086cb43ff1a46 Signed-off-by: Jaehoon Chung --- diff --git a/packaging/platform-preset-iot.inc b/packaging/platform-preset-iot.inc index fd6205f..2d14fde 100644 --- a/packaging/platform-preset-iot.inc +++ b/packaging/platform-preset-iot.inc @@ -70,9 +70,11 @@ Requires: nsjail #From TRE-3035 Requires: libv4l Requires: patchelf +%if "%{asan}" != "1" %if %{dotnet_feature} == "on" Requires: crossgen2-mic %endif +%endif %description root-Preset_iot_core The packages of Tizen IoT Core.