diff options
author | Mateusz Moscicki <m.moscicki2@partner.samsung.com> | 2024-03-06 09:21:09 +0100 |
---|---|---|
committer | SangYoun Kwak <sy.kwak@samsung.com> | 2024-03-11 17:20:46 +0900 |
commit | df63942d303600d42516b5e7ffdbf8fa5784555b (patch) | |
tree | 05646f3c0c4e04ef6590f9d4ae800758b2d50ac4 | |
parent | e077b0e0bfb1f9f65ec5a76ac8c0fb598bce7c20 (diff) | |
download | building-blocks-df63942d303600d42516b5e7ffdbf8fa5784555b.tar.gz building-blocks-df63942d303600d42516b5e7ffdbf8fa5784555b.tar.bz2 building-blocks-df63942d303600d42516b5e7ffdbf8fa5784555b.zip |
[TRE-3144] Add system-plugin-backend-update-control-generic to Tizen Platform Imageaccepted/tizen/8.0/unified/20240312.060858
Change-Id: I653134456636850aa508e82be9f71ab27b5bf64a
Signed-off-by: SangYoun Kwak <sy.kwak@samsung.com>
-rw-r--r-- | packaging/domain-apis-system.inc | 1 | ||||
-rw-r--r-- | packaging/platform-preset-iot-headed-images.inc | 4 | ||||
-rw-r--r-- | packaging/platform-preset-iot-headless-images.inc | 1 |
3 files changed, 5 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 4228c91..3f97a26 100644 --- a/packaging/platform-preset-iot-headed-images.inc +++ b/packaging/platform-preset-iot-headed-images.inc @@ -64,6 +64,8 @@ Requires: org.tizen.accessibility-setting-profile_common Requires: sensord-profile_common #From TRE-3080 Requires: system-plugin-backend-deviced-headed +#From TRE-3144 +Requires: system-plugin-backend-update-control-generic ### FEATURE ### Requires: %{name}-sub1-domain_Feature-BootAni @@ -297,6 +299,8 @@ Requires: org.tizen.system-syspopup.common Requires: org.tizen.system-signal-sender #From TRE-3080 Requires: system-plugin-backend-deviced-headed +#From TRE-3144 +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 |