mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
package/criu: fix comment condition
ine97fc89e7ba dependency on host-gcc >= 7 was added but for the comment the condition was not correctly inverted. Fixes:e97fc89e7b("package/protobuf-c: bump to version 1.5.0") Signed-off-by: Michael Nosthoff <buildroot@heine.tech> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> (cherry picked from commit84ef9bede6) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
79db543d0a
commit
308371ff9f
@@ -50,4 +50,4 @@ comment "criu needs a glibc or musl toolchain w/ threads, host gcc >= 7, gcc >=
|
||||
|| !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_18 \
|
||||
|| BR2_TOOLCHAIN_USES_UCLIBC || !BR2_INSTALL_LIBSTDCPP \
|
||||
|| BR2_STATIC_LIBS || !BR2_USE_WCHAR \
|
||||
|| BR2_HOST_GCC_AT_LEAST_7
|
||||
|| !BR2_HOST_GCC_AT_LEAST_7
|
||||
|
||||
Reference in New Issue
Block a user