diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2024-02-29 10:31:31 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-03-07 12:53:13 +0000 |
commit | 158a7416d439aefc3de00b30d62ca4a13e365c98 (patch) | |
tree | 4a4619f513265d4abb4f87f57ca47cb41cdec560 /recipes-demo/homescreen | |
parent | 953f9ca81b1da07f61f8d417fc2765cb647dcf79 (diff) |
homescreen_git.bb: Bump SRCREV to pick up compositor update
Change-Id: I08ee999c5b2e59305d2f19623944a4e1259591bf
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29726
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-demo/homescreen')
-rw-r--r-- | recipes-demo/homescreen/homescreen_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-demo/homescreen/homescreen_git.bb b/recipes-demo/homescreen/homescreen_git.bb index 35bb5dba4..1f8e0c775 100644 --- a/recipes-demo/homescreen/homescreen_git.bb +++ b/recipes-demo/homescreen/homescreen_git.bb @@ -27,7 +27,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/homescreen;protocol=http file://homescreen.conf \ file://homescreen.token \ " -SRCREV = "18b0219570009e67ed0df596f5fa145dd29eed6e" +SRCREV = "2c91ad7b3b125176b2e26b435705557a089604a0" S = "${WORKDIR}/git" |