[Buildroot] [git commit] package/pinentry: add missing !BR2_ARM_CPU_ARMV4 dependency
Thomas Petazzoni
thomas.petazzoni at bootlin.com
Tue May 17 19:35:22 UTC 2022
commit: https://git.buildroot.net/buildroot/commit/?id=3ec4cb24717c59d17fd4965c546ecf762e1be890
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Propagate this missing BR2_PACKAGE_QT5 dependency.
Fixes:
WARNING: unmet direct dependencies detected for BR2_PACKAGE_QT5
Depends on [n]: BR2_INSTALL_LIBSTDCPP [=y] && BR2_USE_WCHAR [=y] && BR2_TOOLCHAIN_HAS_THREADS_NPTL [=y] && BR2_HOST_GCC_AT_LEAST_5 [=y] && BR2_TOOLCHAIN_GCC_AT_LEAST_5 [=y] && !BR2_ARM_CPU_ARMV4 [=y] && !BR2_STATIC_LIBS [=n]
Selected by [y]:
- BR2_PACKAGE_PINENTRY_QT5 [=y] && BR2_PACKAGE_PINENTRY [=y] && BR2_INSTALL_LIBSTDCPP [=y] && BR2_USE_WCHAR [=y] && BR2_TOOLCHAIN_HAS_THREADS_NPTL [=y] && BR2_HOST_GCC_AT_LEAST_5 [=y] && BR2_TOOLCHAIN_GCC_AT_LEAST_5 [=y] && !BR2_arc [=n] && !BR2_STATIC_LIBS [=n]
Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
package/pinentry/Config.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/package/pinentry/Config.in b/package/pinentry/Config.in
index 3f005f8c58..bd5e3af5a1 100644
--- a/package/pinentry/Config.in
+++ b/package/pinentry/Config.in
@@ -74,6 +74,7 @@ config BR2_PACKAGE_PINENTRY_QT5
depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL
depends on BR2_HOST_GCC_AT_LEAST_5
depends on BR2_TOOLCHAIN_GCC_AT_LEAST_5
+ depends on !BR2_ARM_CPU_ARMV4
depends on !BR2_arc
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_QT5
@@ -84,6 +85,7 @@ config BR2_PACKAGE_PINENTRY_QT5
comment "pinentry-qt5 needs a host gcc >= 5.0, and a toolchain w/ wchar, NPTL, gcc >= 5.0, C++, dynamic library"
depends on !BR2_arc
+ depends on !BR2_ARM_CPU_ARMV4
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_USE_WCHAR || \
!BR2_TOOLCHAIN_HAS_THREADS_NPTL || !BR2_TOOLCHAIN_GCC_AT_LEAST_5 || \
BR2_STATIC_LIBS || !BR2_HOST_GCC_AT_LEAST_5
More information about the buildroot
mailing list