diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2021-08-25 15:45:25 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2021-08-25 16:26:09 +0900 |
commit | daf3f987aab201b11b82ac6f508055860a083369 (patch) | |
tree | b62a355e6353292b6a8fbc8d6403b2fb1e02e93c /packaging/platform-preset-iot.inc | |
parent | c15b54ef956ed516d0756f05924bccabc8e4eedc (diff) | |
download | building-blocks-daf3f987aab201b11b82ac6f508055860a083369.tar.gz building-blocks-daf3f987aab201b11b82ac6f508055860a083369.tar.bz2 building-blocks-daf3f987aab201b11b82ac6f508055860a083369.zip |
Change the feature value of tizen.org/system/device_type for iot headed and headless
Change-Id: Iccdac7266e7246e7a11319ff9dc52711fc094b57
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
Diffstat (limited to 'packaging/platform-preset-iot.inc')
-rw-r--r-- | packaging/platform-preset-iot.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/platform-preset-iot.inc b/packaging/platform-preset-iot.inc index 3a4d41c..760f001 100644 --- a/packaging/platform-preset-iot.inc +++ b/packaging/platform-preset-iot.inc @@ -305,6 +305,9 @@ Requires: paho-mqtt-c The packages of Tizen IoT Headed Common. %files root-Preset_iot_headed +%posttrans root-Preset_iot_headed +%tizen_feature tizen.org/system/device_type IoT_Headed + ########################### ### IOT Headless Common ### ########################### @@ -354,3 +357,5 @@ Requires: %{name}-sub2-domain_API-Web-json_Glib The packages of Tizen IoT Headless Common. %files root-Preset_iot_headless +%posttrans root-Preset_iot_headless +%tizen_feature tizen.org/system/device_type IoT_Headless |