All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Böszörményi Zoltán" <zboszor@pr.hu>
To: openembedded-core@lists.openembedded.org
Subject: [RFC PATCH 5/5] mesa: Enforce TOOLCHAIN="gcc"
Date: Wed, 26 Feb 2020 14:57:16 +0100	[thread overview]
Message-ID: <20200226135716.49255-5-zboszor@pr.hu> (raw)
In-Reply-To: <20200226135716.49255-1-zboszor@pr.hu>

When meta-clang is used, for example to build chromium-x11 from
meta-browser, a linker error occurs in Zeus.

See: https://gitlab.freedesktop.org/mesa/mesa/issues/2533

Signed-off-by: Böszörményi Zoltán <zboszor@pr.hu>
---
 meta/recipes-graphics/mesa/mesa.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 800e8813c7..b8f09a2ed3 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -24,6 +24,8 @@ PROVIDES = " \
     virtual/mesa \
     "
 
+TOOLCHAIN = "gcc"
+
 inherit meson pkgconfig python3native gettext features_check
 
 # Unset these to stop python trying to report the target Python setup
-- 
2.24.1



  parent reply	other threads:[~2020-02-26 14:08 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-26 13:57 [PATCH 1/5] libva: Split out the base parts into an include file Böszörményi Zoltán
2020-02-26 13:57 ` [PATCH 2/5] libva-initial: New recipe to carry only pkgconfig files and headers Böszörményi Zoltán
2020-02-26 14:13   ` Paul Barker
2020-02-26 14:22     ` Böszörményi Zoltán
2020-02-26 14:58   ` Khem Raj
2020-02-26 15:12     ` Böszörményi Zoltán
2020-02-26 15:13       ` Khem Raj
2020-02-26 15:20         ` Böszörményi Zoltán
2020-02-26 15:26           ` Böszörményi Zoltán
2020-02-26 15:30           ` Khem Raj
2020-02-26 15:58             ` Böszörményi Zoltán
2020-02-26 16:51               ` Khem Raj
2020-02-26 17:08                 ` Böszörményi Zoltán
2020-02-26 17:14                   ` Böszörményi Zoltán
2020-02-26 19:44                     ` Khem Raj
2020-02-26 20:21                       ` Böszörményi Zoltán
2020-02-26 20:31                         ` Khem Raj
2020-02-27  4:05                           ` Böszörményi Zoltán
2020-02-26 16:12   ` Alexander Kanavin
2020-02-26 16:35     ` Böszörményi Zoltán
2020-02-26 16:37       ` Böszörményi Zoltán
2020-02-26 17:16         ` Alexander Kanavin
2020-02-26 17:38           ` Böszörményi Zoltán
2020-02-26 13:57 ` [PATCH 3/5] mesa: Add PACKAGECONFIG knob to enable VAAPI state tracker and drivers Böszörményi Zoltán
2020-02-26 13:57 ` [PATCH 4/5] mesa: Add PACKAGECONFIG knob to enable VDPAU " Böszörményi Zoltán
2020-02-26 13:57 ` Böszörményi Zoltán [this message]
2020-02-26 15:00   ` [RFC PATCH 5/5] mesa: Enforce TOOLCHAIN="gcc" Khem Raj
2020-02-26 15:14     ` Böszörményi Zoltán
2020-02-26 15:15       ` Khem Raj
2020-02-26 16:02         ` Böszörményi Zoltán
2020-02-26 16:08 ` [PATCH 1/5] libva: Split out the base parts into an include file Alexander Kanavin

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=20200226135716.49255-5-zboszor@pr.hu \
    --to=zboszor@pr.hu \
    --cc=openembedded-core@lists.openembedded.org \
    /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.