Commit 96527e6d authored by Yuvaraj Patil's avatar Yuvaraj Patil Committed by Peter Korsgaard
Browse files

procps-ng: Depends on MMU

This package needs MMU. Hence added dependency on BR2_USE_MMU

Fixes:
http://autobuild.buildroot.net/results/f24/f24aa16857e91fb6b03f9ac7ab0442fedcab8546//



Signed-off-by: default avatarYuvaraj Patil <yuvaraj.patil@wipro.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 39adab95
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PROCPS_NG
	bool "procps-ng"
	depends on BR2_USE_MMU # fork()
	select BR2_PACKAGE_NCURSES
	select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
	help