diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2022-03-08 16:28:58 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2022-03-18 16:44:40 +0000 |
commit | 360110eebf6a04d0d31adb15b20f14c1cb575fca (patch) | |
tree | be448561c3f84bc07a4e674b6e45229e5294c64f /meta-agl-core/recipes-graphics/wayland | |
parent | 4c2a3dbe7b652e679c9228d7d8c81aa641bd968b (diff) |
wayland/agl-compositor_git.bb: Bump SRCREV
Another bump update for agl-compositor, addresses a small issue found
while using the cursor + some left-overs which have been added with the
previous update.
Since the last SRCREV update, the following changes has been added:
- cec4cf8fe409c layout: Address all other callsites w/ dirty+surface damage
- 62e020b90b062 layout: Inflict surface damage
- b06ffcc3ca1ed layout: Remove left-over comment
- f24765124d3a5 Fix potential memory leak
- 9cc8100eef72b meson.build: Don't set the dependency type for wayland-scanner
- 26c37c4140ce5 Fix potential memory leak
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Id2ba7019777da1c06fdecec5a174c8bfeae1a7f3
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/27252
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-core/recipes-graphics/wayland')
-rw-r--r-- | meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb b/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb index 6a76b3fcd..eff1a89ff 100644 --- a/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb +++ b/meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb @@ -12,7 +12,7 @@ DEPENDS = "wayland wayland-protocols wayland-native weston \ ${@bb.utils.contains('AGL_FEATURES', 'waltham-remoting', 'waltham waltham-transmitter-plugin', '', d)}" SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/agl-compositor.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "2ee86feebc8888d10973a0d3dce1fdd25cd2e6d6" +SRCREV = "cec4cf8fe409cae5618e81e4a3b6dd11cc8b2aa9" PV = "0.0.10+git${SRCPV}" S = "${WORKDIR}/git" |