From 89492fe1a8cb27c49c12e85620abe182999bfc51 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Thu, 9 May 2024 22:17:20 +0200 Subject: [PATCH] package/hidapi: fixup Config.in comment The Config.in comment was mentioning both "NPTL" and "threads" as dependencies, while mentioning only the former is sufficient. Signed-off-by: Thomas Petazzoni (cherry picked from commit dabd983c0d8f019a9b285bd3a1a843cbd5ed9d4d) Signed-off-by: Peter Korsgaard --- package/hidapi/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/hidapi/Config.in b/package/hidapi/Config.in index 061c7883f7..1d3c86b677 100644 --- a/package/hidapi/Config.in +++ b/package/hidapi/Config.in @@ -15,7 +15,7 @@ config BR2_PACKAGE_HIDAPI http://github.com/libusb/hidapi/ -comment "hidapi needs udev /dev management and a toolchain w/ NPTL, threads, gcc >= 4.9" +comment "hidapi needs udev /dev management and a toolchain w/ NPTL, gcc >= 4.9" depends on !BR2_TOOLCHAIN_HAS_THREADS_NPTL || \ !BR2_PACKAGE_HAS_UDEV || \ !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9