diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-06-20 13:13:09 -0400 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-06-21 09:08:13 +0000 |
commit | 97a0215f940376ba3cc16fda511e4c6eee7daab8 (patch) | |
tree | 4908fe359c3f862268b138a9ab4ae46d0616de7c /meta-app-framework/recipes-core/applaunchd | |
parent | e3c77539cdd797bfea251d7857eeeb5a7e7dd6a1 (diff) |
meta-app-framework: update applaunchd
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>
Diffstat (limited to 'meta-app-framework/recipes-core/applaunchd')
-rw-r--r-- | meta-app-framework/recipes-core/applaunchd/applaunchd/applaunchd.service | 1 | ||||
-rw-r--r-- | meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/applaunchd/applaunchd/applaunchd.service b/meta-app-framework/recipes-core/applaunchd/applaunchd/applaunchd.service index b4c2b0a22..73d36bd0c 100644 --- a/meta-app-framework/recipes-core/applaunchd/applaunchd/applaunchd.service +++ b/meta-app-framework/recipes-core/applaunchd/applaunchd/applaunchd.service @@ -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 diff --git a/meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb b/meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb index 38d89b23f..c1bafad8e 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 = "7a3e870a8349d43a4838604db2c28140c2f76c9f" +SRCREV = "c32fe42f40d0af8b31b6113a3140f52b83be7769" S = "${WORKDIR}/git" |