From 467d51a35479c80bb018ee0cf448c82d2c58c04f Mon Sep 17 00:00:00 2001 From: Jaehoon Chung Date: Thu, 7 Sep 2023 15:14:40 +0900 Subject: 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 --- packaging/platform-preset-iot.inc | 2 ++ 1 file changed, 2 insertions(+) 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. -- cgit v1.2.3