diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2024-02-01 10:40:33 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-02-07 13:01:26 +0000 |
commit | f113093be3d4a32cd44e48c88d60a9e84fdd6b0a (patch) | |
tree | b1fd059e3fd461d85f1d8b0fc568631f1b746035 | |
parent | 9c70c88b650d6186e31fac4912893bf3aa9b308c (diff) |
homescreen: Bump SRCREV
Pick-up two minor fixes for output migration.
Bug-AGL: SPEC-5049, SPEC-5048
Change-Id: I70ac6e95fb291d97688ef203dd96b0ba2e4fb707
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29645
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
-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 e1acc9e3b..35bb5dba4 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 = "2c522c4ef64678d4445a57fb86550c9db8f019bb" +SRCREV = "18b0219570009e67ed0df596f5fa145dd29eed6e" S = "${WORKDIR}/git" |