All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] meson: add sysroot property
@ 2020-09-30 15:05 Randy Li
  2020-09-30 16:40 ` Alexander Kanavin
  0 siblings, 1 reply; 7+ messages in thread
From: Randy Li @ 2020-09-30 15:05 UTC (permalink / raw)
  To: openembedded-core; +Cc: alex.kanavin, ayaka

I know the environment setup script would set PKG_CONFIG_PATH,
but the meson won't take that env when translate the includedir
property from the pkg-config.

Signed-off-by: ayaka <ayaka@soulik.info>
---
 meta/recipes-devtools/meson/nativesdk-meson_0.55.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/meson/nativesdk-meson_0.55.1.bb b/meta/recipes-devtools/meson/nativesdk-meson_0.55.1.bb
index 67add2c25e..7fdc4c86d9 100644
--- a/meta/recipes-devtools/meson/nativesdk-meson_0.55.1.bb
+++ b/meta/recipes-devtools/meson/nativesdk-meson_0.55.1.bb
@@ -40,6 +40,7 @@ c_args = @CFLAGS
 c_link_args = @LDFLAGS
 cpp_args = @CPPFLAGS
 cpp_link_args = @LDFLAGS
+sys_root = @OECORE_TARGET_SYSROOT
 
 [host_machine]
 system = '${SDK_OS}'
-- 
2.25.4


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-10-10 19:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-30 15:05 [PATCH] meson: add sysroot property Randy Li
2020-09-30 16:40 ` Alexander Kanavin
2020-10-01  4:14   ` Randy Li
2020-10-01  9:21     ` Alexander Kanavin
2020-10-01 20:38       ` [OE-core] " Khem Raj
2020-10-10 19:43         ` Randy Li
2020-10-01  4:33   ` Khem Raj

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.