public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [OE-Core][dunfell][PATCH] glib-2.0: correct build with latest meson
@ 2020-11-17  6:55 Lim Siew Hoon
  0 siblings, 0 replies; only message in thread
From: Lim Siew Hoon @ 2020-11-17  6:55 UTC (permalink / raw)
  To: openembedded-core

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-11-17  6:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-17  6:55 [OE-Core][dunfell][PATCH] glib-2.0: correct build with latest meson Lim Siew Hoon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox