diff options
author | Hwankyu Jhun <h.jhun@samsung.com> | 2024-10-07 07:00:44 +0900 |
---|---|---|
committer | Hwankyu Jhun <h.jhun@samsung.com> | 2024-10-07 07:09:18 +0900 |
commit | 7f371d28ac166ab5416e3389caa525d40c790675 (patch) | |
tree | a6a319805b1a9bf009ab7a7a7be315c174446eac /packaging | |
parent | 5fd33dafbd76ee20b9ef691b9749fb06370d946f (diff) | |
download | building-blocks-7f371d28ac166ab5416e3389caa525d40c790675.tar.gz building-blocks-7f371d28ac166ab5416e3389caa525d40c790675.tar.bz2 building-blocks-7f371d28ac166ab5416e3389caa525d40c790675.zip |
[TRE-3212] Modify Event API block
The esd-mod-dbus-event module was deleted to remove a dependency of DBus.
The esd-mod-group module is used instead. The esd package added a
dependency of the esd-mod-group module to install.
Change-Id: Ifab57dfed2afa746c878898f9638cd7cec4f71e8
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/domain-apis-appfw.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/domain-apis-appfw.inc b/packaging/domain-apis-appfw.inc index 220b62c..003efc7 100644 --- a/packaging/domain-apis-appfw.inc +++ b/packaging/domain-apis-appfw.inc @@ -109,7 +109,7 @@ Summary: App Event API Requires: capi-appfw-event Requires: esd Requires: esd-mod-cion -Requires: esd-mod-dbus-event +Requires: esd-mod-group %description sub2-domain_API-AppFramework-Event_API This block supports system event listening for applications. It also supports event broadcasting among applications. %files sub2-domain_API-AppFramework-Event_API |