diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-05-30 19:38:18 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-31 20:19:29 +0000 |
commit | 8b52379e01bc2531e58ec489b08f0ec97b85f879 (patch) | |
tree | 07e046db4fa961216fc7a3b888e475fca6dc4e98 /meta-app-framework | |
parent | 5237004c476955be7fb266c7edf4b526f40eb41c (diff) |
applaunchd: bump SRCREV for D-Bus removal
Update to the latest version of applaunchd that has D-Bus services removed.
Since D-Bus definitions are no longer installed, update FILES list accordingly.
Bug-AGL: SPEC-4801
Change-Id: Ia502e62ab7797c509433ced5347c3ebaf8e09e7c
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28929
Reviewed-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'meta-app-framework')
-rw-r--r-- | meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb b/meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb index 27f1af8e5..3b2265df0 100644 --- a/meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb +++ b/meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb @@ -25,7 +25,7 @@ SRC_URI = " \ file://no-network.conf \ file://private-tmp.conf \ " -SRCREV = "5cab14e6a98519e0b6c6043a1a19e42f094d6522" +SRCREV = "7a3e870a8349d43a4838604db2c28140c2f76c9f" S = "${WORKDIR}/git" @@ -49,7 +49,7 @@ do_install:append() { PACKAGE_BEFORE_PN += "${PN}-template-agl-app ${PN}-template-agl-app-web ${PN}-template-agl-app-flutter" -FILES:${PN} += "${systemd_system_unitdir} ${datadir}/dbus-1/" +FILES:${PN} += "${systemd_system_unitdir}" FILES:${PN}-template-agl-app = "${systemd_system_unitdir}/agl-app@.service" |