From 27a38cbcadfa77bd6a15927ef04aeb95a260231f Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 14 Jun 2025 13:35:14 +0200 Subject: [PATCH] package/python-glslang: fix host-python3 dependency python-glslang is a host-only package and the host-python3 dependency was wrongly added as target dependency with buildroot commit f9fe0cf8f64f8ea48f3ee4af28053d7bea52b61f. Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/python-glslang/python-glslang.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/python-glslang/python-glslang.mk b/package/python-glslang/python-glslang.mk index 94f480e30a..c3e87da94a 100644 --- a/package/python-glslang/python-glslang.mk +++ b/package/python-glslang/python-glslang.mk @@ -8,6 +8,6 @@ PYTHON_GLSLANG_VERSION = 11.13.0 PYTHON_GLSLANG_SITE = $(call github,KhronosGroup,glslang,$(PYTHON_GLSLANG_VERSION)) PYTHON_GLSLANG_LICENSE = BSD-3-Clause PYTHON_GLSLANG_LICENSE_FILES = LICENSE.txt -PYTHON_GLSLANG_DEPENDENCIES = host-python3 +HOST_PYTHON_GLSLANG_DEPENDENCIES = host-python3 $(eval $(host-cmake-package))