[Buildroot] [PATCH 1/1] package/easyframes: fix missing dependency

Horatiu Vultur horatiu.vultur at microchip.com
Mon Sep 7 20:27:55 UTC 2020


Easyframes uses fork when capturing frames in a pcap file, therefore add
the dependency BR2_USE_MMU.

Signed-off-by: Horatiu Vultur <horatiu.vultur at microchip.com>
---
 package/easyframes/Config.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/package/easyframes/Config.in b/package/easyframes/Config.in
index b2c45496b4..b2307fbf59 100644
--- a/package/easyframes/Config.in
+++ b/package/easyframes/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_EASYFRAMES
 	bool "easyframes"
+	depends on BR2_USE_MMU # fork()
 	select BR2_PACKAGE_LIBPCAP
 	help
 	  This is a small and simple command-line tool for network
@@ -8,3 +9,6 @@ config BR2_PACKAGE_EASYFRAMES
 	  received.
 
 	  https://github.com/microchip-ung/easyframes
+
+comment "easyframe needs a toolchain w/ MMU"
+	depends on !BR2_USE_MMU
-- 
2.27.0



More information about the buildroot mailing list