diff options
author | wchang kim <wchang.kim@samsung.com> | 2020-07-02 07:02:52 +0900 |
---|---|---|
committer | wchang kim <wchang.kim@samsung.com> | 2020-07-02 07:02:52 +0900 |
commit | 64bef81c863ca54a2c5f0e731241d092d980cfca (patch) | |
tree | 022f766b5db2141cecca2181789105f660aff24a /packaging/platform-preset-iot-headed-images.inc | |
parent | b4e02be5026c8f97dfd00056bc6c45e3a6c05b42 (diff) | |
download | building-blocks-accepted/tizen/unified/20200702.141725.tar.gz building-blocks-accepted/tizen/unified/20200702.141725.tar.bz2 building-blocks-accepted/tizen/unified/20200702.141725.zip |
Adding and Using the macro - dotnet_featuresubmit/tizen/20200702.050016accepted/tizen/unified/20200702.141725
Change-Id: Idac20fcb7413b44417328fbe5dc5b9bf8e7aecf1
Diffstat (limited to 'packaging/platform-preset-iot-headed-images.inc')
-rw-r--r-- | packaging/platform-preset-iot-headed-images.inc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/packaging/platform-preset-iot-headed-images.inc b/packaging/platform-preset-iot-headed-images.inc index 7bb7fc9..a642c94 100644 --- a/packaging/platform-preset-iot-headed-images.inc +++ b/packaging/platform-preset-iot-headed-images.inc @@ -62,7 +62,7 @@ Requires: %{name}-sub1-Preset_partition-3parts_ramdisk_recovery Requires: %{name}-sub1-domain_Feature-Smartthings_App %endif Requires: %{name}-sub1-domain_Feature-BootAni -%ifarch armv7l +%if %{dotnet_feature} == "on" Requires: %{name}-sub1-domain_Feature-DotNET %endif #From TRE-2330 @@ -106,7 +106,7 @@ Requires: autofill-config-mobile Requires: elm-sharp-theme-common #From TRE-2093, 2094 Requires: libHarfBuzzSharp -%ifarch armv7l +%if %{dotnet_feature} == "on" Requires: libSkiaSharp %endif #From TRE-2273 @@ -154,7 +154,7 @@ Requires: org.tizen.fido-syspopup Requires: fido-asm Requires: fido_bt_roaming_agent Requires: fido_silent -%ifarch armv7l +%if %{dotnet_feature} == "on" Requires: coreclr-diagnostics %endif @@ -213,7 +213,7 @@ Requires: %{name}-sub1-Preset_partition-3parts_ramdisk_recovery Requires: %{name}-sub1-domain_Feature-Smartthings_App %endif Requires: %{name}-sub1-domain_Feature-BootAni -%ifarch armv7l +%if %{dotnet_feature} == "on" Requires: %{name}-sub1-domain_Feature-DotNET %endif #From TRE-2330 @@ -256,7 +256,7 @@ Requires: autofill-config-mobile Requires: elm-sharp-theme-common #From TRE-2093, 2094 Requires: libHarfBuzzSharp -%ifarch armv7l +%if %{dotnet_feature} == "on" Requires: libSkiaSharp %endif #From TRE-2273 @@ -322,7 +322,7 @@ Requires: org.tizen.fido-syspopup Requires: fido-asm Requires: fido_bt_roaming_agent Requires: fido_silent -%ifarch armv7l +%if %{dotnet_feature} == "on" Requires: coreclr-diagnostics %endif |