ympd: Depends on MMU
authorYuvaraj Patil <yuvaraj.patil@wipro.com>
Tue, 7 Oct 2014 14:11:38 +0000 (19:41 +0530)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 7 Oct 2014 14:21:43 +0000 (16:21 +0200)
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>
package/ympd/Config.in

index 0223af769440e9c3ed41609651cf15c215fe0fcb..38a0cf9ba256da22fa0c4fa48d19a88f6af98714 100644 (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