diff mbox series

[meta-arago,master/scarthgap] vulkan-loader: remove append for libvulkan.so

Message ID 20240610202516.2695221-1-rs@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/scarthgap] vulkan-loader: remove append for libvulkan.so | expand

Commit Message

Randolph Sapp June 10, 2024, 8:25 p.m. UTC
From: Randolph Sapp <rs@ti.com>

Remove the append that added libvulkan.so for compatibility with certain
Vulkan applications. The specific application this was added for
(vulkan-cts) fixed it's linking.

This alternative has been broken for a little bit anyway.

Signed-off-by: Randolph Sapp <rs@ti.com>
---
 .../recipes-graphics/vulkan/vulkan-loader_%.bbappend   | 10 ----------
 1 file changed, 10 deletions(-)
 delete mode 100644 meta-arago-distro/recipes-graphics/vulkan/vulkan-loader_%.bbappend
diff mbox series

Patch

diff --git a/meta-arago-distro/recipes-graphics/vulkan/vulkan-loader_%.bbappend b/meta-arago-distro/recipes-graphics/vulkan/vulkan-loader_%.bbappend
deleted file mode 100644
index 67ece316..00000000
--- a/meta-arago-distro/recipes-graphics/vulkan/vulkan-loader_%.bbappend
+++ /dev/null
@@ -1,10 +0,0 @@ 
-# Set alternative link for applications like Qt that really need
-# ${libdir}/libvulkan.so to point to an actual ICD loader instead of using
-# libvulkan.so.1
-
-inherit update-alternatives
-
-ALTERNATIVE_PRIORITY = "10"
-ALTERNATIVE:${PN} = "vulkan-loader"
-ALTERNATIVE_LINK_NAME[vulkan-loader] = "${libdir}/libvulkan.so"
-ALTERNATIVE_TARGET[vulkan-loader] = "libvulkan.so.1"