From 69d39fa3d9fb93a1ff590378e7bc4b4a88359f0f Mon Sep 17 00:00:00 2001 From: Trevor Woerner Date: Thu, 23 Sep 2021 22:10:40 -0400 Subject: vk-gl-cts: fix soname linking The code/build explicitly links to the GL library names instead of their sonames. Update the names that are used for linking so the libraries are found at runtime. Signed-off-by: Trevor Woerner Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc') diff --git a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc index 881d6ca829..1faee4d3a1 100644 --- a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc +++ b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc @@ -25,6 +25,7 @@ DEPENDS += "libpng zlib virtual/libgles2" SRC_URI += "file://0001-Workaround-for-GCC-11-uninit-variable-warnings-946.patch;patchdir=external/amber/src \ file://0001-Include-limits-header-for-numeric_limits.patch;patchdir=external/vulkancts \ file://0001-vulkancts.patch \ + file://0001-use-library-sonames-for-linking.patch \ " SRC_URI:append:libc-musl = "\ -- cgit 1.2.3-korg