瀏覽代碼

package/vulkan-{headers,loader,tools}: bump to 1.4.317 release

Update to the current release. We now need the recently added
vulkan-sdk to have access to the volk loader. Update the depends
comments appropriately.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
[Julien:
 - reword commit log title to use bash brace-expansion style
 - remove "vulkan-sdk" from Kconfig comment
 - remove newline before Kconfig help section
]
Signed-off-by: Julien Olivain <ju.o@free.fr>
Alex Bennée 1 月之前
父節點
當前提交
52664093de

+ 1 - 1
package/vulkan-headers/vulkan-headers.hash

@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  317e467a5fb2eaa6a18b984ec70fdbfaccd93595a3e6f4bcceca7d3fab280505  vulkan-headers-1.3.262.tar.gz
+sha256  78665959d10b09061d8c3e21db8bf3e8b699e2d3d532fce850a32312dba7228b  vulkan-headers-1.4.317.tar.gz
 sha256  ac24e5ea920e4318e4d02c4086ae51f53cfb03feed06c18df1019e7ada1ec7bc  LICENSE.md

+ 1 - 1
package/vulkan-headers/vulkan-headers.mk

@@ -6,7 +6,7 @@
 
 # Note: changing this version will also affect vulkan-loader and
 # vulkan-tools, so please update those packages as well.
-VULKAN_HEADERS_VERSION = 1.3.262
+VULKAN_HEADERS_VERSION = 1.4.317
 VULKAN_HEADERS_SITE = $(call github,KhronosGroup,Vulkan-Headers,v$(VULKAN_HEADERS_VERSION))
 VULKAN_HEADERS_LICENSE = Apache-2.0, MIT
 VULKAN_HEADERS_LICENSE_FILES = LICENSE.md

+ 1 - 1
package/vulkan-loader/vulkan-loader.hash

@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  3bbaa5ee64058a89949eb777de66ce94bfe3141892514172cfc9451c756802d5  vulkan-loader-1.3.262.tar.gz
+sha256  e4e18585fe902ee04e86c1cdb2996b686bffef2cab02cb6079221fe69df05af8  vulkan-loader-1.4.317.tar.gz
 sha256  43c0a37e6a0fa7ff3c843b3ec5a4fac84b712558ddac103fbd4c1649662a9ece  LICENSE.txt

+ 2 - 2
package/vulkan-tools/Config.in

@@ -1,12 +1,12 @@
 config BR2_PACKAGE_VULKAN_TOOLS
 	bool "vulkan-tools"
 	depends on BR2_INSTALL_LIBSTDCPP # vulkan-loader
-	depends on !BR2_STATIC_LIBS # vullan-loader
+	depends on !BR2_STATIC_LIBS # vulkan-loader, vulkan-sdk
 	depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 # C++11
 	depends on BR2_TOOLCHAIN_HAS_THREADS # vulkan-loader
 	select BR2_PACKAGE_VULKAN_HEADERS
 	select BR2_PACKAGE_VULKAN_LOADER
-
+	select BR2_PACKAGE_VULKAN_SDK
 	help
 	  The Khronos official Vulkan Tools and Utilities.
 

+ 1 - 1
package/vulkan-tools/vulkan-tools.hash

@@ -1,3 +1,3 @@
 # Locally calculated
-sha256  8c77d02694d0516ae2ba3f3718745647e87e788ef93faabb2e3674ff32608010  vulkan-tools-1.3.262.tar.gz
+sha256  4586309ab5b2a9584fde62fd85b0ef5bb98b4cdbca9cb1ba3a2b4978dc2f355c  vulkan-tools-1.4.317.tar.gz
 sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE.txt

+ 2 - 1
package/vulkan-tools/vulkan-tools.mk

@@ -11,7 +11,8 @@ VULKAN_TOOLS_LICENSE_FILES = LICENSE.txt
 
 VULKAN_TOOLS_DEPENDENCIES = \
 	vulkan-headers \
-	vulkan-loader
+	vulkan-loader \
+	vulkan-sdk
 
 VULKAN_TOOLS_CONF_OPTS += \
 	-DBUILD_CUBE=OFF \