golang: Remove deprecated variables in golang-package.mk
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
parent
aa96b8408f
commit
9b3b837e20
1 changed files with 0 additions and 11 deletions
|
@ -314,14 +314,3 @@ define GoSrcPackage
|
||||||
Package/$(1)/install=$$(call GoPackage/Package/Install/Src,$$(1))
|
Package/$(1)/install=$$(call GoPackage/Package/Install/Src,$$(1))
|
||||||
endif
|
endif
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
# Deprecated variables - these will be removed after the next OpenWrt release
|
|
||||||
GO_PKG_PATH=$(GO_PKG_BUILD_DEPENDS_PATH)
|
|
||||||
GO_PKG_WORK_DIR=$(PKG_BUILD_DIR)/$(GO_PKG_WORK_DIR_NAME)
|
|
||||||
GO_PKG_CACHE_DIR=$(GO_BUILD_CACHE_DIR)
|
|
||||||
GO_PKG_DEFAULT_VARS=$(GO_PKG_VARS)
|
|
||||||
GoPackage/Environment=$(GO_PKG_VARS)
|
|
||||||
GoPackage/is_dir_not_empty=$$$$($(FIND) "$(1)" -maxdepth 0 -type d \! -empty 2>/dev/null)
|
|
||||||
GoPackage/has_binaries=$(call GoPackage/is_dir_not_empty,$(GO_PKG_BUILD_BIN_DIR))
|
|
||||||
# End of deprecated variables
|
|
||||||
|
|
Loading…
Reference in a new issue