package/protobuf-c: threads dependency is a direct dependency
authorYann E. MORIN <yann.morin.1998@free.fr>
Tue, 18 Aug 2015 19:23:17 +0000 (21:23 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 18 Aug 2015 19:40:28 +0000 (21:40 +0200)
Currently, protobuf-c's dependency on threads is labelled as being
inherited from protobuf.

This is wrong, as protobuf-c does not depend on protobuf, and such
dependency was removed in e16865a (protobuf-c: Don't require protobuf on
target), but forgot to remove the corresponding comment.

Remove it now.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/protobuf-c/Config.in

index f9fab37a154fc9ed20120b5b064aa520439554b5..28555502f95bc839a2f04dce72cac79d102ba9a0 100644 (file)
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_PROTOBUF_C
        bool "protobuf-c"
        depends on BR2_INSTALL_LIBSTDCPP
-       depends on BR2_TOOLCHAIN_HAS_THREADS # protobuf
+       depends on BR2_TOOLCHAIN_HAS_THREADS
        # host-protobuf only builds on certain architectures
        depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
        help