diff --git a/core/recipes-core/ncurses/ncurses_%.bbappend b/core/recipes-core/ncurses/ncurses_%.bbappend new file mode 100644 index 0000000..3802316 --- /dev/null +++ b/core/recipes-core/ncurses/ncurses_%.bbappend @@ -0,0 +1,6 @@ +# Work around the fact that gcc/g++ is not run under pseudo at the moment to +# bypass a different bug. Ncurses links the libs directly into place in the +# destination, so we need to correct the ownership here. +do_install_append () { + chown root:root ${D}${base_libdir}/lib*.so.* ${D}${libdir}/lib*.so.* +}