From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from dude02.hi.pengutronix.de ([2001:67c:670:100:1d::28]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1k41OY-0006B1-Ks for ptxdist@pengutronix.de; Fri, 07 Aug 2020 14:22:46 +0200 Received: from mol by dude02.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1k41OY-00010r-C2 for ptxdist@pengutronix.de; Fri, 07 Aug 2020 14:22:46 +0200 Date: Fri, 7 Aug 2020 14:22:46 +0200 From: Michael Olbrich Message-ID: <20200807122246.GA12358@pengutronix.de> References: <20200804145632.29278-1-p.zabel@pengutronix.de> <20200805094522.ym7iyctmmno5td3r@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200805094522.ym7iyctmmno5td3r@pengutronix.de> Subject: Re: [ptxdist] [PATCH 1/5] glslang: version bump 2020-05-27-ge00d27c6d65b -> 2020-07-23-g3ee5f2f1d331 List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ptxdist-bounces@pengutronix.de Sender: "ptxdist" To: ptxdist@pengutronix.de On Wed, Aug 05, 2020 at 11:45:22AM +0200, Roland Hieber wrote: > On Tue, Aug 04, 2020 at 04:56:28PM +0200, Philipp Zabel wrote: > > Signed-off-by: Philipp Zabel > > --- > > rules/glslang.in | 1 + > > rules/glslang.make | 8 ++++---- > > rules/host-glslang.in | 1 + > > 3 files changed, 6 insertions(+), 4 deletions(-) > > Reviewed-by: Roland Hieber For this patch or the whole series? Michael > > > > diff --git a/rules/glslang.in b/rules/glslang.in > > index c2a660243d31..fba48e79e857 100644 > > --- a/rules/glslang.in > > +++ b/rules/glslang.in > > @@ -4,6 +4,7 @@ menuconfig GLSLANG > > tristate > > prompt "glslang" > > select HOST_CMAKE > > + select HOST_SYSTEM_PYTHON3 > > help > > Khronos-reference SPIR-V generator > > > > diff --git a/rules/glslang.make b/rules/glslang.make > > index ada329737ce1..904517d1a8ce 100644 > > --- a/rules/glslang.make > > +++ b/rules/glslang.make > > @@ -14,15 +14,15 @@ PACKAGES-$(PTXCONF_GLSLANG) += glslang > > # > > # Paths and names > > # > > -GLSLANG_VERSION := 2020-05-27-ge00d27c6d65b > > -GLSLANG_MD5 := 88f06a4835895a46fa073035084b0f48 > > +GLSLANG_VERSION := 2020-07-23-g3ee5f2f1d331 > > +GLSLANG_MD5 := 63686ec05a51d7c8c80fff79277924a7 > > GLSLANG := glslang-$(GLSLANG_VERSION) > > GLSLANG_SUFFIX := tar.gz > > GLSLANG_URL := https://github.com/KhronosGroup/glslang/archive/$(GLSLANG_VERSION).$(GLSLANG_SUFFIX) > > GLSLANG_SOURCE := $(SRCDIR)/$(GLSLANG).$(GLSLANG_SUFFIX) > > GLSLANG_DIR := $(BUILDDIR)/$(GLSLANG) > > -GLSLANG_LICENSE := BSD-3-clause AND MIT AND Apple-MIT-License > > -GLSLANG_LICENSE_FILES := file://LICENSE.txt;md5=918e668376010a04448a312fb37ae69b > > +GLSLANG_LICENSE := BSD-3-clause AND BSD-2-clause AND MIT AND Apple-MIT-License AND Apache-2.0 AND (GPL-3.0-or-later WITH Bison-exception-2.2) > > +GLSLANG_LICENSE_FILES := file://LICENSE.txt;md5=c5ce49c0456e9b413b98a4368c378229 > > > > # ---------------------------------------------------------------------------- > > # Prepare > > diff --git a/rules/host-glslang.in b/rules/host-glslang.in > > index 69f255572c2b..8ef31f52937a 100644 > > --- a/rules/host-glslang.in > > +++ b/rules/host-glslang.in > > @@ -4,3 +4,4 @@ config HOST_GLSLANG > > tristate > > default y if ALLYES > > select HOST_CMAKE > > + select HOST_SYSTEM_PYTHON3 > > -- > > 2.20.1 > > > > > > _______________________________________________ > > ptxdist mailing list > > ptxdist@pengutronix.de > > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > > > > -- > Roland Hieber, Pengutronix e.K. | r.hieber@pengutronix.de | > Steuerwalder Str. 21 | https://www.pengutronix.de/ | > 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | > Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | > > _______________________________________________ > ptxdist mailing list > ptxdist@pengutronix.de > To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de > -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ ptxdist mailing list ptxdist@pengutronix.de To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de