From: Alexander Kanavin <[email protected]> Signed-off-by: Alexander Kanavin <[email protected]> Signed-off-by: Richard Purdie <[email protected]>
(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 <[email protected]> --- 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#144681): https://lists.openembedded.org/g/openembedded-core/message/144681 Mute This Topic: https://lists.openembedded.org/mt/78311508/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
