diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-04-14 19:25:21 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-11 00:10:36 +0000 |
commit | bab613f87bf2a6764f0dbddfc8732f22c2d08884 (patch) | |
tree | 5c97072fe4c54157ab5149e9c9e709954c76fdeb | |
parent | ee61c7794678b7ec1eed1333ac628f2863a503e9 (diff) |
applaunchd: bump SRCREV for "failed" signal handling
Bump SRCREV to include the latest fix for handling "failed" signal
when apps exit abnormally.
Bug-AGL: SPEC-4199
Change-Id: I6a4ce6755df65f43b53f61ca1873286f2218328e
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28646
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>
(cherry picked from commit c77993759fe5ae65e863fe2b9591d91d2fa01e8c)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28871
-rw-r--r-- | meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb b/meta-app-framework/recipes-core/applaunchd/applaunchd_git.bb index d71714125..ae0e5f552 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 = "c52afaf8b5c96136fe20e5d5a1332121d3b09ee9" +SRCREV = "04f14d40ba4559ce18e9b59efa95c902d94c940c" S = "${WORKDIR}/git" |