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: Yuvaraj Patil <yuvaraj.patil@wipro.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Yuvaraj Patil 2014-10-07 19:41:38 +05:30 committed by Peter Korsgaard
parent f268f7131b
commit f0054f1257

View File

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