All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alexander Kanavin" <alex.kanavin@gmail.com>
To: Andrey Zhizhikin <andrey.z@gmail.com>
Cc: Jose Quaresma <quaresma.jose@gmail.com>,
	 OE Core mailing list <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH 3/5] glslang: add receipe
Date: Tue, 13 Oct 2020 20:57:51 +0200	[thread overview]
Message-ID: <CANNYZj9nJEo0e9Sa5vSJFzusTA1eCU19ZBCW6e=0_yr3HzhkQw@mail.gmail.com> (raw)
In-Reply-To: <CAHtQpK7jDLgFq3GNgCW9A7PE-z-cdCn_4pceFKMFON_-CQWAJw@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 2489 bytes --]

Also, github archives are not stable, and can change checksums over time.

Alex

On Tue, 13 Oct 2020 at 20:54, Andrey Zhizhikin <andrey.z@gmail.com> wrote:

> On Tue, Oct 13, 2020 at 7:35 PM Jose Quaresma <quaresma.jose@gmail.com>
> wrote:
> >
> > Glslang is the official reference compiler front end for the
> > OpenGL ES and OpenGL shading languages. It implements a strict
> interpretation
> > of the specifications for these languages. It is open and free for
> anyone to use,
> > either from a command line or programmatically.
> >
> > This receipe is needed to build the new shaderc
> >
> > Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
> > ---
> >  .../glslang/glslang_8.13.3559.bb              | 19 +++++++++++++++++++
> >  1 file changed, 19 insertions(+)
> >  create mode 100644 meta/recipes-graphics/glslang/glslang_8.13.3559.bb
> >
> > diff --git a/meta/recipes-graphics/glslang/glslang_8.13.3559.bb
> b/meta/recipes-graphics/glslang/glslang_8.13.3559.bb
> > new file mode 100644
> > index 0000000000..2008ba59d8
> > --- /dev/null
> > +++ b/meta/recipes-graphics/glslang/glslang_8.13.3559.bb
> > @@ -0,0 +1,19 @@
> > +SUMMARY = "OpenGL / OpenGL ES Reference Compiler"
> > +DESCRIPTION = "Glslang is the official reference compiler front end for
> the \
> > +OpenGL ES and OpenGL shading languages. It implements a strict
> interpretation \
> > +of the specifications for these languages. It is open and free for
> anyone to use, \
> > +either from a command line or programmatically."
> > +SECTION = "graphics"
> > +HOMEPAGE = "
> https://www.khronos.org/opengles/sdk/tools/Reference-Compiler"
> > +LICENSE = "BSD-3-Clause"
> > +LIC_FILES_CHKSUM =
> "file://LICENSE.txt;md5=918e668376010a04448a312fb37ae69b"
> > +
> > +SRC_URI = "https://github.com/KhronosGroup/glslang/archive/${PV}.tar.gz
> "
> > +SRC_URI[md5sum] = "cb32322377cee2bc1cee5b60ebe46133"
> > +SRC_URI[sha256sum] =
> "c58fdcf7e00943ba10f9ae565b2725ec9d5be7dab7c8e82cac72fcaa83c652ca"
>
> Any reason why archive is preferred here over GIT? I can see that the
> source repository has tags defined, so it would be better to use GIT
> instead of archive here.
>
> > +
> > +inherit cmake python3native
> > +
> > +EXTRA_OECMAKE = ""
> This is not needed, as there are no extra cmake arguments supplied anyway.
>
> > +
> > +BBCLASSEXTEND = "native nativesdk"
> > --
> > 2.28.0
> >
> >
> >
> >
>
>
> --
> Regards,
> Andrey.
>
> 
>
>

[-- Attachment #2: Type: text/html, Size: 3878 bytes --]

  reply	other threads:[~2020-10-13 18:58 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-13 17:34 [PATCH] add shaderc recipe Jose Quaresma
2020-10-13 17:34 ` [PATCH 1/5] spirv-tools: import from meta-oe to OE core Jose Quaresma
2020-10-13 17:34 ` [PATCH 2/5] spirv-tools: enable native build and install more header files Jose Quaresma
2020-10-13 17:35 ` [PATCH 3/5] glslang: add receipe Jose Quaresma
2020-10-13 18:54   ` [OE-core] " Andrey Zhizhikin
2020-10-13 18:57     ` Alexander Kanavin [this message]
2020-10-13 20:39     ` Jose Quaresma
2020-10-13 17:35 ` [PATCH 4/5] shaderc: " Jose Quaresma
2020-10-13 18:58   ` [OE-core] " Alexander Kanavin
2020-10-13 20:40     ` Jose Quaresma
2020-10-13 19:01   ` Andrey Zhizhikin
2020-10-13 20:41     ` Jose Quaresma
2020-10-13 17:35 ` [PATCH 5/5] shaderc: enable only native build as the target is failing Jose Quaresma
2020-10-13 18:58   ` [OE-core] " Andrey Zhizhikin
2020-10-13 20:52     ` Jose Quaresma
2020-10-13 22:03       ` Jose Quaresma

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CANNYZj9nJEo0e9Sa5vSJFzusTA1eCU19ZBCW6e=0_yr3HzhkQw@mail.gmail.com' \
    --to=alex.kanavin@gmail.com \
    --cc=andrey.z@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=quaresma.jose@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.