From 9fce314315ca6e90af4dc1284422cd4c02ff88c6 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Thu, 15 Mar 2018 00:59:37 +0500 Subject: [PATCH] ncurses: drop append, this belongs in meta-sourcery Signed-off-by: Christopher Larson --- core/recipes-core/ncurses/ncurses_%.bbappend | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 core/recipes-core/ncurses/ncurses_%.bbappend diff --git a/core/recipes-core/ncurses/ncurses_%.bbappend b/core/recipes-core/ncurses/ncurses_%.bbappend deleted file mode 100644 index 3802316..0000000 --- a/core/recipes-core/ncurses/ncurses_%.bbappend +++ /dev/null @@ -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.* -}