mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/openrc: add missing mmu and !static dependencies
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
a840e485d1
commit
a7314d842e
@ -1,5 +1,7 @@
|
|||||||
config BR2_PACKAGE_OPENRC
|
config BR2_PACKAGE_OPENRC
|
||||||
bool "openrc"
|
bool "openrc"
|
||||||
|
depends on BR2_USE_MMU # fork()
|
||||||
|
depends on !BR2_STATIC_LIBS
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
help
|
help
|
||||||
Init that works on top of pid 1 (for example
|
Init that works on top of pid 1 (for example
|
||||||
@ -16,3 +18,7 @@ config BR2_PACKAGE_OPENRC
|
|||||||
use them.
|
use them.
|
||||||
|
|
||||||
https://github.com/OpenRC/openrc
|
https://github.com/OpenRC/openrc
|
||||||
|
|
||||||
|
comment "openrc needs a toolchain w/ dynamic library"
|
||||||
|
depends on BR2_USE_MMU
|
||||||
|
depends on BR2_STATIC_LIBS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user