ncurses: drop append, this belongs in meta-sourcery

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2018-03-15 00:59:37 +05:00
parent 537bc233f7
commit 9fce314315

View File

@@ -1,6 +0,0 @@
# 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.*
}