diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2023-09-07 15:14:40 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2023-09-07 15:14:40 +0900 |
commit | 467d51a35479c80bb018ee0cf448c82d2c58c04f (patch) | |
tree | cdeb5607fc7ae5513d0d699fad9efdd8802a31fd | |
parent | 2e52f2e7eac43d6da6cd2cc1ecdedc44bf8418ac (diff) | |
download | building-blocks-467d51a35479c80bb018ee0cf448c82d2c58c04f.tar.gz building-blocks-467d51a35479c80bb018ee0cf448c82d2c58c04f.tar.bz2 building-blocks-467d51a35479c80bb018ee0cf448c82d2c58c04f.zip |
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 <jh80.chung@samsung.com>
-rw-r--r-- | packaging/platform-preset-iot.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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. |