[Buildroot] [git commit] package/openfpgaloader: C++ dependency is not inherited

Yann E. MORIN yann.morin.1998 at free.fr
Sun Aug 23 19:51:27 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=1ca0077d9141fff62c179bd2d17cfd6656a7d8a3
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

openfpgaloader is written in C++, so the dependency on C++ is not
inherited from libftdipp1.

Drop the confusing comment.

Signed-off-by: Yann E. MORIN <yann.morin.1998 at free.fr>
---
 package/openfpgaloader/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/openfpgaloader/Config.in b/package/openfpgaloader/Config.in
index 9835b84b64..fb199d9e7a 100644
--- a/package/openfpgaloader/Config.in
+++ b/package/openfpgaloader/Config.in
@@ -2,7 +2,7 @@ config BR2_PACKAGE_OPENFPGALOADER
 	bool "openfpgaloader"
 	depends on BR2_TOOLCHAIN_HAS_THREADS # libftdi1
 	depends on BR2_PACKAGE_HAS_UDEV
-	depends on BR2_INSTALL_LIBSTDCPP # libftdipp1
+	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_USE_WCHAR # libftdipp1
 	select BR2_PACKAGE_ARGP_STANDALONE \
 	       if BR2_TOOLCHAIN_USES_UCLIBC || BR2_TOOLCHAIN_USES_MUSL # argp


More information about the buildroot mailing list