On 2023-12-11 7:26 a.m., [email protected] wrote:
From: Deepthi Hemraj<[email protected]>
[YOCTO #15082]
Packagegroup-rust-cross-canadian package requires rust-cross-canadian, but the
necessary libstdc++.so.6(GLIBCXX_3.4.30)(64bit) library is missing.
The fix adds the libstdc++.so.6(GLIBCXX_3.4.30)(64bit) library requirement to
the SDK dummy package, resolving the dependency conflict.
Signed-off-by: Deepthi Hemraj<[email protected]>
---
meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb
b/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb
index 1d71f373a4..dc3ae1edaf 100644
--- a/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb
+++ b/meta/recipes-core/meta/nativesdk-sdk-provides-dummy.bb
@@ -10,7 +10,8 @@ DUMMYPROVIDES = "\
/usr/bin/env \
libGL.so()(64bit) \
libGL.so \
-"
+ libstdc++.so.6(GLIBCXX_3.4.30)(64bit) \
+"
require dummy-sdk-package.inc
This doesn't seem right to me...
Does the problem happen on master?
I haven't tried it but I suspect we want to add something like:
nativesdk-libstdc++
to:
DEPENDS:append:class-nativesdk = " nativesdk-rust-llvm"
in the rust bb file.
--
# Randy MacLeod
# Wind River Linux
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#192175):
https://lists.openembedded.org/g/openembedded-core/message/192175
Mute This Topic: https://lists.openembedded.org/mt/103107487/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-