diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-06-13 23:17:29 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-06-22 14:52:05 +0000 |
commit | 8cf287d46f584fa892d9d3fa31cb151d5a98f626 (patch) | |
tree | 0267678e981ca487c527e601c6b797dc825a8dae | |
parent | 53a03d930716bc4fea64587648e2ff62edbf6230 (diff) |
homescreen: bump SRCREV for meson changes
Updated meson build script for latest changes related to pkgconfig API
changes, plus looking for wayland-scanner tool.
Bug-AGL: SPEC-4578
Change-Id: I6b3a886f1bc6dc5fbedfcb0e9492bffa71433348
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
-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 e888dfca8..96bb75513 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 = "c9ae3bc5a102caad6d8040cd268a64295654e162" +SRCREV = "2de7cadddde53bc87328df3b1cabeff4a00932ba" S = "${WORKDIR}/git" |