package/linux-tools: some selftests needs tput
authorRomain Naour <romain.naour@smile.fr>
Mon, 8 Apr 2019 16:43:32 +0000 (18:43 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 10 Apr 2019 16:47:14 +0000 (18:47 +0200)
commit633e5121f851b3a89121138ec8aafdb7338ce9de
treeac8d618f70eea08fb7315e8e5a4068adfc7087b2
parent6af93482d782ff8ecb75fd249b645a12fd76beff
package/linux-tools: some selftests needs tput

Some kernel-selftests are using tput program, so make sure that
BR2_PACKAGE_NCURSES_TARGET_PROGS is selected.

[linux-4.19 selftests]$ git grep tput
[...]
futex/run.sh:tput setf 7 || tput setaf 7
futex/run.sh:    tput sgr0

Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/linux-tools/Config.in