summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com>2021-01-28 13:14:47 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-02-05 11:18:55 +0000
commitba1ae0a450e70d4ba6d2ecbca0eff078096b2753 (patch)
tree46e976f5ab82d9647becc0515aa801357ec1c055
parentea3b3705ada0cdae902dc9813312e6498a055b35 (diff)
glmark2: Fix missing wayland-protocols dependency.
It caused build failure. Bug-AGL: SPEC-3726 Signed-off-by: Vasyl Vavrychuk <vasyl.vavrychuk@opensynergy.com> Change-Id: I6e2b229a6cd2cf57490c6c45b8ad4b3be5d3044b Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25972 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> (cherry picked from commit 638fc61789f09d7fed47c2213bf617be573cfc5e) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25998 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account
-rw-r--r--meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappend b/meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappend
index 403aedd4c..20dc23296 100644
--- a/meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappend
+++ b/meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappend
@@ -4,4 +4,4 @@ SRCREV = "784aca755a469b144acf3cae180b6e613b7b057a"
SRC_URI_remove = "file://python3.patch"
PACKAGECONFIG = "wayland-gles2"
-PACKAGECONFIG[wayland-gles2] = ",,virtual/egl virtual/libgles2 wayland wayland-native"
+PACKAGECONFIG[wayland-gles2] = ",,virtual/egl virtual/libgles2 wayland wayland-protocols wayland-native"