Commit e16865a5 authored by Stefan Sørensen's avatar Stefan Sørensen Committed by Peter Korsgaard
Browse files

protobuf-c: Don't require protobuf on target.



protobuf-c only requires protobuf when building the protoc compiler,
hence protobuf can be dropped from the target dependencies.

Signed-off-by: default avatarStefan Sørensen <stefan.sorensen@spectralink.com>
Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent 0a5d5240
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ config BR2_PACKAGE_PROTOBUF_C
	bool "protobuf-c"
	depends on BR2_INSTALL_LIBSTDCPP
	depends on BR2_TOOLCHAIN_HAS_THREADS # protobuf
	select BR2_PACKAGE_PROTOBUF
	help
	  Code generator and runtime libraries to use Protocol Buffers
	  from pure C (not C++).
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

PROTOBUF_C_VERSION = 0.15
PROTOBUF_C_SITE = http://protobuf-c.googlecode.com/files
PROTOBUF_C_DEPENDENCIES = protobuf host-protobuf-c
PROTOBUF_C_DEPENDENCIES = host-protobuf-c
HOST_PROTOBUF_C_DEPENDENCIES = host-protobuf
PROTOBUF_C_MAKE = $(MAKE1)
PROTOBUF_C_CONF_OPT = --disable-protoc