public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Lim Siew Hoon" <siew.hoon.lim@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [OE-Core][dunfell][PATCH] glib-2.0: correct build with latest meson
Date: Tue, 17 Nov 2020 14:55:25 +0800	[thread overview]
Message-ID: <20201117065525.14353-1-siew.hoon.lim@intel.com> (raw)

From: Alexander Kanavin <alex.kanavin@gmail.com>

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>

(cherry picked from commit 6a91d2b7d463abfd8f39a9f9d5ddde40a939d6e
from https://github.com/openembedded/openembedded-core.git)

To solve meson upgrade from 0.53.2 to 0.55.1 causing glib-2.0 bitbake
failure. And this code changed does not causing glib-2.0 bitbake failing
if still using existing meson 0.53.2 from dunfell.

Signed-off-by: Lim Siew Hoon <siew.hoon.lim@intel.com>
---
 meta/recipes-core/glib-2.0/glib-2.0/meson.cross.d/common-linux | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/glib-2.0/glib-2.0/meson.cross.d/common-linux b/meta/recipes-core/glib-2.0/glib-2.0/meson.cross.d/common-linux
index 83596e0efb..adad7e62ee 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0/meson.cross.d/common-linux
+++ b/meta/recipes-core/glib-2.0/glib-2.0/meson.cross.d/common-linux
@@ -2,4 +2,4 @@
 have_proc_self_cmdline = true
 
 [binaries]
-env = "/usr/bin/env"
+env = '/usr/bin/env'
-- 
2.17.1


                 reply	other threads:[~2020-11-17  6:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20201117065525.14353-1-siew.hoon.lim@intel.com \
    --to=siew.hoon.lim@intel.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox