I have a startup sh script that plays an "animation" of text, using tput to manipulate / delete lines on the terminal. Unfortunately it does not seem that tput is present on my system, I have included the ncurses library, which apparently also contains tput.
I am looking for either a way to get tput OR an alternative.
Thanks
You forgot to enable
BR2_PACKAGE_NCURSES_TARGET_PROGS
.