kumquat-buildroot/package/agent-proxy/agent-proxy.mk
Fabrice Fontaine e451f1a578 package/agent-proxy: fix AGENT_PROXY_VERSION
Make AGENT_PROXY_VERSION compliant with release-monitoring.org

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2022-10-16 17:05:21 +02:00

21 lines
596 B
Makefile

################################################################################
#
# agent-proxy
#
################################################################################
AGENT_PROXY_VERSION = 1.97
AGENT_PROXY_SITE = https://git.kernel.org/pub/scm/utils/kernel/kgdb/agent-proxy.git/snapshot
AGENT_PROXY_LICENSE = GPL-2.0
AGENT_PROXY_LICENSE_FILES = COPYING
define HOST_AGENT_PROXY_BUILD_CMDS
$(HOST_CONFIGURE_OPTS) $(MAKE) -C $(@D)
endef
define HOST_AGENT_PROXY_INSTALL_CMDS
$(INSTALL) -D -m 0755 $(@D)/agent-proxy $(HOST_DIR)/bin/agent-proxy
endef
$(eval $(host-generic-package))