From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Fri, 02 Jun 2023 15:59:19 +0200 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1q55JJ-007Phq-5I for lore@lore.pengutronix.de; Fri, 02 Jun 2023 15:59:19 +0200 Received: from localhost ([127.0.0.1] helo=metis.ext.pengutronix.de) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1q55JG-00048N-Uv; Fri, 02 Jun 2023 15:59:18 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by metis.ext.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1q55J5-00045V-Lw; Fri, 02 Jun 2023 15:59:07 +0200 From: Philipp Zabel To: ptxdist@pengutronix.de Date: Fri, 2 Jun 2023 15:58:57 +0200 Message-Id: <20230602135903.694427-1-p.zabel@pengutronix.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH 1/7] glslang: version bump 1.3.246.1 -> 1.3.250.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Philipp Zabel Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false Signed-off-by: Philipp Zabel --- rules/glslang.make | 7 +++---- rules/host-glslang.make | 3 +-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/rules/glslang.make b/rules/glslang.make index f79d60f7d458..ac78dbe8db65 100644 --- a/rules/glslang.make +++ b/rules/glslang.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_GLSLANG) += glslang # # Paths and names # -GLSLANG_VERSION := 1.3.246.1 -GLSLANG_MD5 := b55b5074e5d3e587b564d9159a1551a1 +GLSLANG_VERSION := 1.3.250.0 +GLSLANG_MD5 := e95504d25ed260c439f8031cc1d498e0 GLSLANG := glslang-$(GLSLANG_VERSION) GLSLANG_SUFFIX := tar.gz GLSLANG_URL := https://github.com/KhronosGroup/glslang/archive/sdk-$(GLSLANG_VERSION).$(GLSLANG_SUFFIX) @@ -43,8 +43,7 @@ GLSLANG_CONF_OPT := \ -DENABLE_PCH=ON \ -DENABLE_RTTI=OFF \ -DENABLE_SPVREMAPPER=ON \ - -DSKIP_GLSLANG_INSTALL=OFF \ - -DUSE_CCACHE=OFF + -DSKIP_GLSLANG_INSTALL=OFF # ---------------------------------------------------------------------------- # Target-Install diff --git a/rules/host-glslang.make b/rules/host-glslang.make index dcdaa0ee27ab..22a8a26b7701 100644 --- a/rules/host-glslang.make +++ b/rules/host-glslang.make @@ -30,7 +30,6 @@ HOST_GLSLANG_CONF_OPT := \ -DENABLE_PCH=ON \ -DENABLE_RTTI=OFF \ -DENABLE_SPVREMAPPER=ON \ - -DSKIP_GLSLANG_INSTALL=OFF \ - -DUSE_CCACHE=OFF + -DSKIP_GLSLANG_INSTALL=OFF # vim: syntax=make -- 2.39.2