From 6171ef7ec0867eebaceb64cb0df99f7963fc04e6 Mon Sep 17 00:00:00 2001 From: Vasyl Vavrychuk Date: Thu, 28 Jan 2021 11:59:20 +0100 Subject: glmark2: Fix bbappend file name. Bug-AGL: SPEC-3726 Change-Id: I17f54a30b64f98c38c4ac566557aa83eb9cbb56b Signed-off-by: Vasyl Vavrychuk Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25971 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 --- meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappend | 7 +++++++ meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappendNOT | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappend delete mode 100644 meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappendNOT diff --git a/meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappend b/meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappend new file mode 100644 index 000000000..403aedd4c --- /dev/null +++ b/meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappend @@ -0,0 +1,7 @@ +# Update glmark2 +SRCREV = "784aca755a469b144acf3cae180b6e613b7b057a" +# Already in newer version +SRC_URI_remove = "file://python3.patch" + +PACKAGECONFIG = "wayland-gles2" +PACKAGECONFIG[wayland-gles2] = ",,virtual/egl virtual/libgles2 wayland wayland-native" diff --git a/meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappendNOT b/meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappendNOT deleted file mode 100644 index 403aedd4c..000000000 --- a/meta-agl-core-test/recipes-test/glmark2/glmark2_%.bbappendNOT +++ /dev/null @@ -1,7 +0,0 @@ -# Update glmark2 -SRCREV = "784aca755a469b144acf3cae180b6e613b7b057a" -# Already in newer version -SRC_URI_remove = "file://python3.patch" - -PACKAGECONFIG = "wayland-gles2" -PACKAGECONFIG[wayland-gles2] = ",,virtual/egl virtual/libgles2 wayland wayland-native" -- cgit 1.2.3-korg