[Buildroot] [PATCH] package/libcamera: fix missing comment for binutils-bug-27597

Giulio Benetti giulio.benetti at benettiengineering.com
Fri Jan 28 11:05:41 UTC 2022


Signed-off-by: Giulio Benetti <giulio.benetti at benettiengineering.com>
---
 package/libcamera/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libcamera/Config.in b/package/libcamera/Config.in
index 23a0040abf..88db054975 100644
--- a/package/libcamera/Config.in
+++ b/package/libcamera/Config.in
@@ -92,7 +92,7 @@ comment "lc-compliance test application needs a toolchain w/ C++, wchar, threads
 
 endif # BR2_PACKAGE_LIBCAMERA
 
-comment "libcamera needs a toolchain w/ C++, threads, wchar, dynamic library, gcc >= 7"
+comment "libcamera needs a toolchain w/ C++, threads, wchar, dynamic library, gcc >= 7, not binutils bug 27597"
 	depends on BR2_PACKAGE_LIBCAMERA_ARCH_SUPPORTS
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
 		!BR2_TOOLCHAIN_GCC_AT_LEAST_7 || BR2_STATIC_LIBS || !BR2_USE_WCHAR
-- 
2.25.1




More information about the buildroot mailing list