Commit 8d446718 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

efl: disallow on non-MMU systems

The libeina library uses the madvise() system call, that isn't
available on non-MMU systems. Also, several other components of EFL
use fork(). Therefore, the easiest solution is to simply disallow the
EFL as a whole on non-MMU systems.

Fixes:

  http://autobuild.buildroot.org/results/ad9/ad90baa5e07569308a7e2b2510b67c5b2a563b44//



Thanks to Ryan Barnett for helping in the investigation!

Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent eda5dd1c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
menuconfig BR2_PACKAGE_EFL
	bool "Enlightenment Foundation Libraries"
	depends on BR2_USE_WCHAR
	# libeina uses madvise(). To revisit when bumping EFL to 1.8
	depends on BR2_USE_MMU
	help
	  Enlightenment Foundation Libraries

+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ config BR2_PACKAGE_ENLIGHTENMENT
	# libedbus -> dbus
	# libedbus -> glib2, libevas
	depends on BR2_TOOLCHAIN_HAS_THREADS
	# libedbus -> dbus
	# libedbus -> dbus, efl libraries
	depends on BR2_USE_MMU
	depends on BR2_PACKAGE_XORG7
	depends on !BR2_avr32 # libevas