package/openrc: add missing mmu and !static dependencies
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 18 May 2019 21:07:09 +0000 (23:07 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 18 May 2019 21:07:09 +0000 (23:07 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/openrc/Config.in

index ec536c8692901cd5ed3ae612661968db97493125..84c58b20c3ad8a475ea364dfdf17f2641ed81c55 100644 (file)
@@ -1,5 +1,7 @@
 config BR2_PACKAGE_OPENRC
        bool "openrc"
+       depends on BR2_USE_MMU # fork()
+       depends on !BR2_STATIC_LIBS
        select BR2_PACKAGE_NCURSES
        help
          Init that works on top of pid 1 (for example
@@ -16,3 +18,7 @@ config BR2_PACKAGE_OPENRC
          use them.
 
          https://github.com/OpenRC/openrc
+
+comment "openrc needs a toolchain w/ dynamic library"
+       depends on BR2_USE_MMU
+       depends on BR2_STATIC_LIBS