diff options
author | Jaehoon Chung <jh80.chung@samsung.com> | 2023-09-11 10:55:52 +0900 |
---|---|---|
committer | Jaehoon Chung <jh80.chung@samsung.com> | 2023-09-11 10:56:43 +0900 |
commit | 0e5c6f8a3f7b5e7ace45cbb8b4974803662500b3 (patch) | |
tree | 55ee5cd323293f9df582cac3178480aa80ae52af /packaging | |
parent | 467d51a35479c80bb018ee0cf448c82d2c58c04f (diff) | |
download | building-blocks-0e5c6f8a3f7b5e7ace45cbb8b4974803662500b3.tar.gz building-blocks-0e5c6f8a3f7b5e7ace45cbb8b4974803662500b3.tar.bz2 building-blocks-0e5c6f8a3f7b5e7ace45cbb8b4974803662500b3.zip |
Revert "Exclude crossgen-mic2 while creating ASAN image"accepted/tizen/unified/20230911.091146
This reverts commit 467d51a35479c80bb018ee0cf448c82d2c58c04f.
crossgen-mic2 can be aggregated to other project.
Change-Id: I92b9077591103fd52e41b5456d94d0f2357f8a59
Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/platform-preset-iot.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packaging/platform-preset-iot.inc b/packaging/platform-preset-iot.inc index 2d14fde..fd6205f 100644 --- a/packaging/platform-preset-iot.inc +++ b/packaging/platform-preset-iot.inc @@ -70,11 +70,9 @@ 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. |