firejail: fix logic for comment
firejail depends on !uClibc, so the "firejail needs !uClibc" comment should be displayed when we do have uClibc. Right now the logic is just the other way around, so flip it. Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
ac53042bf2
commit
bccf48634d
@ -16,4 +16,4 @@ config BR2_PACKAGE_FIREJAIL
|
||||
|
||||
comment "firejail needs a glibc or musl toolchain w/ threads"
|
||||
depends on BR2_USE_MMU
|
||||
depends on !BR2_TOOLCHAIN_USES_UCLIBC || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
depends on BR2_TOOLCHAIN_USES_UCLIBC || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
Loading…
Reference in New Issue
Block a user