Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] libical: Pass TOOLCHAIN_OPTIONS via CFLAGS
@ 2022-03-01  4:13 Khem Raj
  2022-03-03 22:53 ` [OE-core] " Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2022-03-01  4:13 UTC (permalink / raw)
  To: openembedded-core; +Cc: Khem Raj

This ensures that right sysroot is used during build, otherwise we see
warnings in build about using wrong sysroot and it fails explicitly with
clang

x86_64-yoe-linux-ld: warning: library search path "/usr/lib/gcc/x86_6
4-pc-linux-gnu/11.2.0/../../../../lib64" is unsafe for cross-compilation

x86_64-yoe-linux-ld: cannot find /usr/lib/clang/14.0.0/lib/linux/libc
lang_rt.builtins-x86_64.a: No such file or directory

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta/recipes-support/libical/libical_3.0.14.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/libical/libical_3.0.14.bb b/meta/recipes-support/libical/libical_3.0.14.bb
index 717eb11e125..879ad8ed595 100644
--- a/meta/recipes-support/libical/libical_3.0.14.bb
+++ b/meta/recipes-support/libical/libical_3.0.14.bb
@@ -18,6 +18,8 @@ UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases"
 
 inherit cmake pkgconfig gobject-introspection vala
 
+CFLAGS += "${TOOLCHAIN_OPTIONS}"
+
 DEPENDS += "libical-native"
 
 PACKAGECONFIG ??= "icu glib"
-- 
2.35.1



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

end of thread, other threads:[~2022-03-04  8:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-01  4:13 [PATCH] libical: Pass TOOLCHAIN_OPTIONS via CFLAGS Khem Raj
2022-03-03 22:53 ` [OE-core] " Richard Purdie
2022-03-03 23:05   ` Khem Raj
2022-03-03 23:15     ` Richard Purdie
2022-03-04  8:38       ` Jose Quaresma

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