applaunchd: bump SRCREV for D-Bus removal 29/28929/2
authorDenys Dmytriyenko <denys@konsulko.com>
Tue, 30 May 2023 19:38:18 +0000 (19:38 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 31 May 2023 20:19:29 +0000 (20:19 +0000)
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

meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb

index 27f1af8..3b2265d 100644 (file)
@@ -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"