diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-05-30 19:54:41 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-05-31 13:41:16 +0000 |
commit | 72b82ba156081172f6d3638a1139980a094e87a0 (patch) | |
tree | e553fffb674a8d99ba7cf90bac22aab8c5d4eb46 | |
parent | 1fb690465a3704a7a492495ff2606c4edb46b902 (diff) |
launcher: bump SRCREV for D-Bus removal
Update to the latest version of launcher that has D-Bus references removed.
Bug-AGL: SPEC-4801
Change-Id: Ic3f8e2b705f028390102f1b89dd7cafe38ca25d0
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
-rw-r--r-- | recipes-demo/launcher/launcher_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/launcher/launcher_git.bb b/recipes-demo/launcher/launcher_git.bb index 96aa0efbd..d9e959b54 100644 --- a/recipes-demo/launcher/launcher_git.bb +++ b/recipes-demo/launcher/launcher_git.bb @@ -24,7 +24,7 @@ PV = "1.0+git${SRCPV}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/launcher;protocol=https;branch=${AGL_BRANCH} \ file://launcher.service \ " -SRCREV = "5e828161fc1571323e2812a344f6714ae9331b2c" +SRCREV = "4be88c049f31b7659e09223857b92ca531835039" S = "${WORKDIR}/git" |