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)
commit478462ca72aabe4e9cee3fc385526b13badd7371
tree362b3d1cd3f040bf45e007f64275eac5d8767550
parent86863c381ef8893a2804a1d482b5d8e2add7a424
package/setools: remove C++ dependency on comment

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