package/criu: fix comment condition
ine97fc89e7b
a 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 commit 84ef9bede635726542a72af5c61f84914acfe122) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user