diff options
author | Woo Chang Kim <wchang.kim@samsung.com> | 2024-03-07 23:57:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review> | 2024-03-07 23:57:17 +0000 |
commit | 3483c7c10460e10feaab475c1b8ec6d5ad049b5b (patch) | |
tree | a6a3347636fa276bac6af7eb304bbd8653c57c82 /packaging | |
parent | 7b730df14b0507bc4df134e57565a49de9ec8eea (diff) | |
parent | 86fe698246979c0cecdbd78add08bf961058a771 (diff) | |
download | building-blocks-3483c7c10460e10feaab475c1b8ec6d5ad049b5b.tar.gz building-blocks-3483c7c10460e10feaab475c1b8ec6d5ad049b5b.tar.bz2 building-blocks-3483c7c10460e10feaab475c1b8ec6d5ad049b5b.zip |
Merge "Add system-plugin-backend-update-control-generic to Tizen Platform Image" into tizenaccepted/tizen/unified/x/20240313.092041accepted/tizen/unified/x/20240311.100358accepted/tizen/unified/20240315.155204accepted/tizen/unified/20240315.111220accepted/tizen/unified/20240311.012817
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/domain-apis-system.inc | 1 | ||||
-rw-r--r-- | packaging/platform-preset-iot-headed-images.inc | 2 | ||||
-rw-r--r-- | packaging/platform-preset-iot-headless-images.inc | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/packaging/domain-apis-system.inc b/packaging/domain-apis-system.inc index 4fdbd2e..c7ab9f4 100644 --- a/packaging/domain-apis-system.inc +++ b/packaging/domain-apis-system.inc @@ -203,7 +203,6 @@ Tizen block (set of packages) for Group of sub domain dlog %package sub2-domain_API-System-Update_Control Summary: Update Control Requires: update-control -Requires: update-control-plugin Requires: update-control-daemon %description sub2-domain_API-System-Update_Control Tizen block (set of packages) for Group of sub domain Update_Control diff --git a/packaging/platform-preset-iot-headed-images.inc b/packaging/platform-preset-iot-headed-images.inc index 3d494e3..a3fceac 100644 --- a/packaging/platform-preset-iot-headed-images.inc +++ b/packaging/platform-preset-iot-headed-images.inc @@ -61,6 +61,7 @@ Requires: elementary-tools Requires: sensord-profile_common #From TRE-3080 Requires: system-plugin-backend-deviced-headed +Requires: system-plugin-backend-update-control-generic ### FEATURE ### Requires: %{name}-sub1-domain_Feature-BootAni @@ -291,6 +292,7 @@ Requires: org.tizen.system-syspopup.common Requires: org.tizen.system-signal-sender #From TRE-3080 Requires: system-plugin-backend-deviced-headed +Requires: system-plugin-backend-update-control-generic ## Partition diff --git a/packaging/platform-preset-iot-headless-images.inc b/packaging/platform-preset-iot-headless-images.inc index 9366d37..c2030ec 100644 --- a/packaging/platform-preset-iot-headless-images.inc +++ b/packaging/platform-preset-iot-headless-images.inc @@ -74,6 +74,7 @@ Requires: nnstreamer-nntrainer-trainer Requires: capi-system-resource-plugin #From TRE-3078 Requires: system-plugin-backend-deviced-headless +Requires: system-plugin-backend-update-control-generic ### Will be removed ### Conflicts: %{name}-sub1-Preset_img_headed-common |