diff options
-rw-r--r-- | meta-agl-core/recipes-graphics/wayland/agl-compositor_git.bb | 4 |
1 files changed, 2 insertions, 2 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 d4f5ce760..d1f1b7ba9 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 grpc grpc-native \ ${@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 = "7ef34e0c465a7596f87866e88bc5a9eed2ca7c05" +SRCREV = "6d41be723042cbbb6962d907d52cac1af8f7f130" AGL_BRANCH:aglnext = "next" SRCREV:aglnext = "${AUTOREV}" @@ -29,7 +29,7 @@ FILES:${PN} = " \ ${bindir}/agl-compositor \ ${bindir}/agl-screenshooter \ ${libdir}/agl-compositor/libexec_compositor.so.0 \ - ${libdir}/agl-compositor/libexec_compositor.so.0.0.0 \ + ${libdir}/agl-compositor/libexec_compositor.so.0.0.21 \ ${libdir}/agl-compositor/agl-shell-grpc-server \ " |