diff mbox series

[v3,1/8] package/petitboot: fix menu comment

Message ID 20231009151729.2223963-2-arbab@linux.ibm.com
State Accepted
Headers show
Series package/petitboot: misc fixes/enhancement | expand

Commit Message

Reza Arbab Oct. 9, 2023, 3:17 p.m. UTC
The comment should appear if threads aren't enabled, not when they are.

Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
---
 package/petitboot/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Nov. 9, 2023, 4:59 p.m. UTC | #1
>>>>> "Reza" == Reza Arbab <arbab@linux.ibm.com> writes:

 > The comment should appear if threads aren't enabled, not when they are.
 > Signed-off-by: Reza Arbab <arbab@linux.ibm.com>

Committed to 2023.08.x, thanks.
diff mbox series

Patch

diff --git a/package/petitboot/Config.in b/package/petitboot/Config.in
index 0b4dc762bbd8..b534b4900e88 100644
--- a/package/petitboot/Config.in
+++ b/package/petitboot/Config.in
@@ -26,6 +26,6 @@  comment "petitboot needs a uClibc or glibc toolchain w/ wchar, dynamic library,
 	depends on BR2_PACKAGE_KEXEC_ARCH_SUPPORTS
 	depends on BR2_USE_MMU
 	depends on !BR2_USE_WCHAR || BR2_STATIC_LIBS || \
-		BR2_TOOLCHAIN_HAS_THREADS || \
+		!BR2_TOOLCHAIN_HAS_THREADS || \
 		!(BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_GLIBC) || \
 		!BR2_PACKAGE_HAS_UDEV