mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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:
parent
f268f7131b
commit
f0054f1257
@ -1,6 +1,7 @@
|
|||||||
config BR2_PACKAGE_YMPD
|
config BR2_PACKAGE_YMPD
|
||||||
bool "ympd"
|
bool "ympd"
|
||||||
select BR2_PACKAGE_LIBMPDCLIENT
|
select BR2_PACKAGE_LIBMPDCLIENT
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
depends on BR2_LARGEFILE
|
depends on BR2_LARGEFILE
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user