diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2023-04-14 22:46:23 +0300 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-04-20 20:50:47 +0000 |
commit | e92760944d3a59d162efdd6858cf7b93f583521b (patch) | |
tree | 49087fdd7b14c4ac2cae0783d557a4542019c567 /recipes-demo | |
parent | 500bbe37d6d53e1d09c689ae8e4e9f3a0d534734 (diff) |
recipes-demo/homescreen/homescreen_git: Bump SRCREV
Sync up with homescreen octopus branch. This update includes
the following changes:
- ccfd10dda949b70 homescreenhandler: Avoid using a stale wl_output
- b8786003d749d0f meson.build: Bump to the latest agl-compositor version
- 391e7e5f9d74acd Add gitreview file for Optimistic Octopus branch
- bb4c83e294f1094 homescreen: Add support for defining an activation area
Change-Id: I01cb7ae8d795b17c6f26b8edcce5b2be230396ff
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
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 4f03ce823..9854a7576 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 = "d4f3ddfbad7a64937f00f13ba964e18d33effbb0" +SRCREV = "ccfd10dda949b70f0df456536e548bf976ae5623" S = "${WORKDIR}/git" |