Message ID | 20250410135532.21184-1-ecordonnier@snap.com |
---|---|
State | New |
Headers | show |
Series | [meta-darwin] ncurses: fixes for darwin nativesdk builds | expand |
diff --git a/recipes-core/ncurses/ncurses_%.bbappend b/recipes-core/ncurses/ncurses_%.bbappend new file mode 100644 index 0000000..f64df53 --- /dev/null +++ b/recipes-core/ncurses/ncurses_%.bbappend @@ -0,0 +1,13 @@ +EX_TERMLIB:darwin21 = "yes" + +base_libdir:class-nativesdk:darwin21 = "${libdir}" + +do_install:append:class-nativesdk:darwin21() { + rm -f ${D}${libdir}/*.so +} + +PACKAGES:prepend:darwin21 = "${PN}-lib " + +FILES:${PN}-lib:darwin21 = " \ + ${libdir}/*${SOLIBS} \ +"