mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
ncurses: Don't put terminfo into the sysroot
This recudes the file count from ~2850 to ~100 which is a huge win for reducing build directory clutter, its unlikely anything uses the terminfo data or man pages in the sysroot. This is especially helpful as we usually end up with two copies of these sets of files. (From OE-Core rev: 443633dfc20177ef88a388d96745675817510c99) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -324,3 +324,8 @@ FILES_${PN}-terminfo-base = "\
|
||||
|
||||
RSUGGESTS_${PN}-libtinfo = "${PN}-terminfo"
|
||||
RRECOMMENDS_${PN}-libtinfo = "${PN}-terminfo-base"
|
||||
|
||||
# Putting terminfo into the sysroot adds around 2800 files to
|
||||
# each recipe specific sysroot. We can live without this, particularly
|
||||
# as many recipes may have native and target copies.
|
||||
SYSROOT_DIRS_remove = "${datadir}"
|
||||
|
||||
Reference in New Issue
Block a user