From e1bd76412d815b21ff373a8bdbc4b6c0cb7bbe98 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Tue, 18 Aug 2015 21:23:17 +0200 Subject: [PATCH] package/protobuf-c: threads dependency is a direct dependency 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" Signed-off-by: Thomas Petazzoni --- package/protobuf-c/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/protobuf-c/Config.in b/package/protobuf-c/Config.in index f9fab37a15..28555502f9 100644 --- a/package/protobuf-c/Config.in +++ b/package/protobuf-c/Config.in @@ -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 -- 2.30.2