meta-app-framework: update applaunchd 34/29034/3
authorScott Murray <scott.murray@konsulko.com>
Tue, 20 Jun 2023 17:13:09 +0000 (13:13 -0400)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 21 Jun 2023 09:08:13 +0000 (09:08 +0000)
Update the applaunchd SRCREV to pick up:

c32fe42 Add sd_notify call

Also change the applaunchd systemd unit to use Type=notify so that
the calling of sd_notify in applaunchd will work as intended.

Bug-AGL: SPEC-4843

Change-Id: Iee326fa24de0a1a33f92dcff3bf29d2be13252a1
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29034
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
meta-app-framework/recipes-core/applaunchd/applaunchd/applaunchd.service
meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb

index b4c2b0a..73d36bd 100644 (file)
@@ -3,6 +3,7 @@ Wants=network.target polkit.service
 After=network.target polkit.service
 
 [Service]
+Type=notify
 User=applaunchd
 Environment=XDG_DATA_DIRS=/usr/share
 ExecStart=/usr/bin/applaunchd
index 38d89b2..c1bafad 100644 (file)
@@ -25,7 +25,7 @@ SRC_URI = " \
     file://no-network.conf \
     file://private-tmp.conf \
 "
-SRCREV = "7a3e870a8349d43a4838604db2c28140c2f76c9f"
+SRCREV = "c32fe42f40d0af8b31b6113a3140f52b83be7769"
 
 S = "${WORKDIR}/git"