Revert "system: Fix warning when selecting systemd"
This reverts commit b4718c3a28
.
The BR2_ROOTFS_MERGED_USR symbol is used to activate various workarounds for
a merged /usr by packages, so it should be active even with a custom rootfs
skeleton.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
54fde89493
commit
adcc48e0b2
@ -92,7 +92,7 @@ config BR2_INIT_SYSTEMD
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_STATIC_LIBS
|
||||
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
|
||||
select BR2_ROOTFS_MERGED_USR if BR2_ROOTFS_SKELETON_DEFAULT
|
||||
select BR2_ROOTFS_MERGED_USR
|
||||
select BR2_PACKAGE_SYSTEMD
|
||||
|
||||
comment "systemd needs (e)glibc toolchain, headers >= 3.10"
|
||||
|
Loading…
Reference in New Issue
Block a user