On Fri, Aug 07, 2020 at 02:22:46PM +0200, Michael Olbrich wrote:
> 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 <p.za...@pengutronix.de>
> > > ---
> > >  rules/glslang.in      | 1 +
> > >  rules/glslang.make    | 8 ++++----
> > >  rules/host-glslang.in | 1 +
> > >  3 files changed, 6 insertions(+), 4 deletions(-)
> > 
> > Reviewed-by: Roland Hieber <r...@pengutronix.de>
> 
> For this patch or the whole series?

Only this patch, because it included license changes.

 - Roland

> 
> 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-requ...@pengutronix.de
> > > 
> > 
> > -- 
> > Roland Hieber, Pengutronix e.K.          | r.hie...@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-requ...@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-requ...@pengutronix.de
> 

-- 
Roland Hieber, Pengutronix e.K.          | r.hie...@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-requ...@pengutronix.de

Reply via email to