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

ympd: Depends on MMU

This package needs MMU. Hence added dependency on BR2_USE_MMU

Fixes:
http://autobuild.buildroot.net/results/834/8340e69763e263fcf20e73f75eafcb31989e9f51//



Signed-off-by: default avatarYuvaraj Patil <yuvaraj.patil@wipro.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent f268f713
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_YMPD
	bool "ympd"
	select BR2_PACKAGE_LIBMPDCLIENT
	depends on BR2_USE_MMU # fork()
	depends on BR2_TOOLCHAIN_HAS_THREADS
	depends on BR2_LARGEFILE
	help