buildroot/package/sexpect/Config.in
Baruch Siach 9717b30368 package/sexpect: requires MMU
Disable when MMU is not available for target.

Fixes:
http://autobuild.buildroot.net/results/a2b69fdf67d520aa4d2718bd688d88d102842cdf

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2023-02-04 23:32:40 +01:00

10 lines
251 B
Plaintext

config BR2_PACKAGE_SEXPECT
bool "sexpect"
depends on BR2_USE_MMU # fork()
help
sexpect is another implementation of Expect which is
specifically designed for Shell scripts
(sh, bash, ksh, zsh, ...)
https://github.com/clarkwang/sexpect