From 9b2a48016aa9f204e739c205902d28e486f83585 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Mon, 16 Sep 2019 01:43:28 +0200 Subject: agent-proxy: update to 1.97 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- .../recipes-kernel/agent-proxy/agent-proxy_1.97.bb | 24 +++++++++++++++++++++ .../recipes-kernel/agent-proxy/agent-proxy_git.bb | 25 ---------------------- 2 files changed, 24 insertions(+), 25 deletions(-) create mode 100644 meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb delete mode 100644 meta-oe/recipes-kernel/agent-proxy/agent-proxy_git.bb (limited to 'meta-oe/recipes-kernel') diff --git a/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb b/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb new file mode 100644 index 0000000000..2eb19206d3 --- /dev/null +++ b/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb @@ -0,0 +1,24 @@ +SUMMARY = "Proxy for UDP/TCP debug connections" +DESCRIPTION = "The agent-proxy will forward tcp or udp connections as well as allow for script multiplexing of terminal sessions." +HOMEPAGE = "http://kgdb.wiki.kernel.org/" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" + +SECTION = "devel" + +EXTRA_OEMAKE = "'CC=${CC}'" + +SRCREV = "468fe4c31e6c62c9bbb328b06ba71eaf7be0b76a" + +SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kgdb/agent-proxy.git;protocol=git \ + file://0001-Makefile-Add-LDFLAGS-variable.patch \ +" + +BBCLASSEXTEND = "native nativesdk" + +S = "${WORKDIR}/git" + +do_install () { + install -d ${D}${bindir} + install -m 0755 agent-proxy ${D}${bindir} +} diff --git a/meta-oe/recipes-kernel/agent-proxy/agent-proxy_git.bb b/meta-oe/recipes-kernel/agent-proxy/agent-proxy_git.bb deleted file mode 100644 index 8e370f962c..0000000000 --- a/meta-oe/recipes-kernel/agent-proxy/agent-proxy_git.bb +++ /dev/null @@ -1,25 +0,0 @@ -SUMMARY = "Proxy for UDP/TCP debug connections" -DESCRIPTION = "The agent-proxy will forward tcp or udp connections as well as allow for script multiplexing of terminal sessions." -HOMEPAGE = "http://kgdb.wiki.kernel.org/" -LICENSE = "GPLv2" -LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a" - -SECTION = "devel" - -EXTRA_OEMAKE = "'CC=${CC}'" - -SRCREV = "e6c9d3d996bd55e7ab14dbd74deb7841e0c3a4f1" -PV = "1.96+git${SRCPV}" - -SRC_URI = "git://git.kernel.org/pub/scm/utils/kernel/kgdb/agent-proxy.git;protocol=git \ - file://0001-Makefile-Add-LDFLAGS-variable.patch \ -" - -BBCLASSEXTEND = "native nativesdk" - -S = "${WORKDIR}/git" - -do_install () { - install -d ${D}${bindir} - install -m 0755 agent-proxy ${D}${bindir} -} -- cgit 1.2.3-korg