diff options
author | Scott Murray <scott.murray@konsulko.com> | 2024-04-15 14:58:11 -0400 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2024-04-16 19:41:09 +0000 |
commit | 968f9765af06ed5bcc382ff9b707a08d7d525bac (patch) | |
tree | f9e67dabd7c85ff2e52ba7084029c2a8bfc05f18 /meta-agl-core/recipes-graphics | |
parent | e7f263d097155cfbc7ade1eda3ff08ceb90b9266 (diff) |
native-shell-client: update SRCREV
Update SRCREV to pick up:
099e06f Update agl-shell protocol version
2c4b60f Add gitlab issue/merge request templates
Bug-AGL: SPEC-5110
Change-Id: I1725475b08e4bbfd536356c3e39ea64184a3baf8
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29837
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
Diffstat (limited to 'meta-agl-core/recipes-graphics')
-rw-r--r-- | meta-agl-core/recipes-graphics/wayland/native-shell-client_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-core/recipes-graphics/wayland/native-shell-client_git.bb b/meta-agl-core/recipes-graphics/wayland/native-shell-client_git.bb index 8afa75deb..c0c31e029 100644 --- a/meta-agl-core/recipes-graphics/wayland/native-shell-client_git.bb +++ b/meta-agl-core/recipes-graphics/wayland/native-shell-client_git.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3b90ee643ce04400848a8f0deb492a4a" DEPENDS = "wayland wayland-protocols wayland-native agl-compositor" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/native-shell-client.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "43c907756f8eb5c3ac0d4f24b962285968389b89" +SRCREV = "099e06f532eff7c56bf00eb58420f14c95a8e554" PV = "0.0.1+git${SRCPV}" S = "${WORKDIR}/git" |