projects
/
tools
/
building-blocks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e52f2e
)
Exclude crossgen-mic2 while creating ASAN image
52/298452/1
author
Jaehoon Chung
<jh80.chung@samsung.com>
Thu, 7 Sep 2023 06:14:40 +0000
(15:14 +0900)
committer
Jaehoon Chung
<jh80.chung@samsung.com>
Thu, 7 Sep 2023 06:14:40 +0000
(15:14 +0900)
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>
packaging/platform-preset-iot.inc
patch
|
blob
|
history
diff --git
a/packaging/platform-preset-iot.inc
b/packaging/platform-preset-iot.inc
index fd6205f7232d6b29ea7f46cb76321fc7d1502fa6..2d14fde90d923791f150f0ba6ff13de6a18541f1 100644
(file)
--- 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.