mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
package/mokutil: fix dependencies of comment
Since the package was introduced in2e6e121496(package/mokutil: new package), the dependencies for the comment about missing dependencies are not all inverted compared to the actual dependencies. Notably, gcc and headers versions should be negative, not positive, dependencies. This makes the comment visible even when said dependencies are met. Fix that. Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> Cc: Julien Olivain <ju.o@free.fr> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commitc73fb46fea) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
9ddb20f8dc
commit
f95260e2dc
@@ -30,6 +30,6 @@ comment "mokutil needs a toolchain w/ dynamic library, threads, gcc >= 4.9, head
|
||||
depends on BR2_PACKAGE_SHIM_ARCH_SUPPORTS
|
||||
depends on BR2_USE_MMU
|
||||
depends on BR2_STATIC_LIBS || \
|
||||
BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || \
|
||||
!BR2_TOOLCHAIN_GCC_AT_LEAST_4_9 || \
|
||||
!BR2_TOOLCHAIN_HAS_THREADS || \
|
||||
BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
|
||||
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_12
|
||||
|
||||
Reference in New Issue
Block a user