From: Deepak Rathore <[email protected]>

Some SDK dependency chains require libunwind to be available
as host/SDK artifacts. The current metadata only partially provides this,
which can lead to dependency resolution failures when this recipe is pulled
into SDK-oriented builds.

This change does not alter target package behavior; it only enables required
native/nativesdk variants for build and SDK integration paths.

Signed-off-by: Deepak Rathore <[email protected]>
---
 meta/recipes-support/libunwind/libunwind_1.8.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/libunwind/libunwind_1.8.3.bb 
b/meta/recipes-support/libunwind/libunwind_1.8.3.bb
index bc1a108e42..59d2b1e937 100644
--- a/meta/recipes-support/libunwind/libunwind_1.8.3.bb
+++ b/meta/recipes-support/libunwind/libunwind_1.8.3.bb
@@ -45,7 +45,7 @@ do_install:append () {
        oe_multilib_header libunwind.h
 }
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
 
 # libunwind-1.8.1/src/elfxx.c:205:44: error: passing argument 3 of 
'_Uppc32_get_func_addr' from incompatible pointer type 
[-Wincompatible-pointer-types]
 # libunwind-1.8.1/src/elfxx.c:279:52: error: passing argument 3 of 
'_Uppc32_get_func_addr' from incompatible pointer type 
[-Wincompatible-pointer-types]
-- 
2.35.6

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#233113): 
https://lists.openembedded.org/g/openembedded-core/message/233113
Mute This Topic: https://lists.openembedded.org/mt/118327421/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to