blob: 21e68cc1f91813b240ecf21d90db747ecbe9bd1f [file] [log] [blame]
#############################################################
#
# go_grpc
#
#############################################################
GO_GRPC_VERSION = 0032a855ba5c8a3c8e0d71c2deef354b70af1584
GO_GRPC_SITE = https://github.com/grpc/grpc-go
GO_GRPC_SITE_METHOD = git
GO_GRPC_DEPENDENCIES = host-golang go_net
define GO_GRPC_FIX_PATH
mkdir -p "$(BUILD_DIR)/go_pkgs/src/google.golang.org/"
ln -sT "$(@D)" "$(BUILD_DIR)/go_pkgs/src/google.golang.org/grpc"
endef
GO_GRPC_POST_PATCH_HOOKS += GO_GRPC_FIX_PATH
$(eval $(call GENTARGETS))