浏览代码

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>
Baruch Siach 2 年之前
父节点
当前提交
9717b30368
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/sexpect/Config.in

+ 1 - 0
package/sexpect/Config.in

@@ -1,5 +1,6 @@
 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