package/setools: remove C++ dependency on comment
authorAntoine Tenart <antoine.tenart@bootlin.com>
Wed, 22 Jul 2020 07:44:29 +0000 (09:44 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Thu, 23 Jul 2020 14:28:01 +0000 (16:28 +0200)
Bump to 4.1.1 (commit 96d3d017963b) removed setools' dependency on
BR2_INSTALL_LIBSTDCPP, but the corresponding inverse dependency on one
of its Kconfig comment was not removed. This led to have the package
being available while a Kconfig comment on non-matched dependencies is
shown. Fix this by removing the dependency on !BR2_INSTALL_LIBSTDCPP on
the Kconfig comment.

Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/setools/Config.in

index 9475bbef65f3660b9ceb42d4ecf3adb1e94518b8..46b3d4525bc53197695af3608e4d363baf800f62 100644 (file)
@@ -19,10 +19,10 @@ config BR2_PACKAGE_SETOOLS
 
          https://github.com/TresysTechnology/setools
 
-comment "setools needs a toolchain w/ threads, C++, wchar, dynamic library"
+comment "setools needs a toolchain w/ threads, wchar, dynamic library"
        depends on BR2_USE_MMU
        depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \
-               !BR2_USE_WCHAR || !BR2_INSTALL_LIBSTDCPP
+               !BR2_USE_WCHAR
 
 comment "setools needs python3"
        depends on BR2_USE_MMU