diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2022-09-23 15:28:36 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2022-09-23 15:32:01 +0300 |
commit | 8c9244a52d9ab2e05b0b3a2a84d4ffb27b11d8e6 (patch) | |
tree | e156e95671f806babe3fb5a653344d2fdd5824a6 /recipes-demo | |
parent | d0124982a6efcb3e32ed1a9293953389fcce170a (diff) |
homescreen_git.bb: Bump SRCREV to get protocol updates
This bumps homescreen's SRCREV to include agl-shell protocol update v2
and v3.
Bug-AGL: SPEC-4528
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I39d9fd520e398c71eb00ada376f24faaabeab85a
Diffstat (limited to 'recipes-demo')
-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 39e55eab7..31a6ff5a2 100644 --- a/recipes-demo/homescreen/homescreen_git.bb +++ b/recipes-demo/homescreen/homescreen_git.bb @@ -25,7 +25,7 @@ SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/homescreen;protocol=http file://homescreen.conf \ file://homescreen.token \ " -SRCREV = "20f629dd6d8628611d950073c4f7a0446c40365a" +SRCREV = "52c767388614e2ec6fa26851840bf01d97c5d49e" S = "${WORKDIR}/git" |