Bump Buildroot to 2021.02-rc3 (#1260)
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
This commit is contained in:
17
buildroot/package/delve/delve.mk
Normal file
17
buildroot/package/delve/delve.mk
Normal file
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# delve
|
||||
#
|
||||
################################################################################
|
||||
|
||||
DELVE_VERSION = 1.5.0
|
||||
DELVE_SITE = $(call github,go-delve,delve,v$(DELVE_VERSION))
|
||||
DELVE_LICENSE = MIT
|
||||
DELVE_LICENSE_FILES = LICENSE
|
||||
DELVE_DEPENDENCIES = host-pkgconf
|
||||
|
||||
DELVE_TAGS = cgo
|
||||
DELVE_BUILD_TARGETS = cmd/dlv
|
||||
DELVE_INSTALL_BINS = $(notdir $(DELVE_BUILD_TARGETS))
|
||||
|
||||
$(eval $(golang-package))
|
||||
Reference in New Issue
Block a user