Move all to deprecated folder.
This commit is contained in:
25
deprecated/firmware/buildroot/package/protobuf/protobuf.mk
Normal file
25
deprecated/firmware/buildroot/package/protobuf/protobuf.mk
Normal file
@@ -0,0 +1,25 @@
|
||||
################################################################################
|
||||
#
|
||||
# protobuf
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PROTOBUF_VERSION = v2.6.1
|
||||
PROTOBUF_SITE = $(call github,google,protobuf,$(PROTOBUF_VERSION))
|
||||
PROTOBUF_LICENSE = BSD-3c
|
||||
PROTOBUF_LICENSE_FILES = LICENSE
|
||||
# no configure script
|
||||
PROTOBUF_AUTORECONF = YES
|
||||
|
||||
# N.B. Need to use host protoc during cross compilation.
|
||||
PROTOBUF_DEPENDENCIES = host-protobuf
|
||||
PROTOBUF_CONF_OPTS = --with-protoc=$(HOST_DIR)/usr/bin/protoc
|
||||
|
||||
PROTOBUF_INSTALL_STAGING = YES
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||
PROTOBUF_DEPENDENCIES += zlib
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user