aboutsummaryrefslogtreecommitdiffstats
path: root/packages/desktop-file-utils/desktop-file-utils_0.6.bb
AgeCommit message (Expand)Author
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie
2005-06-30import clean BK tree at cset 1.3670Koen Kooi
2004-12-09Merge oe-devel@oe-devel.bkbits.net:openembeddedChris Larson
n value='stable/pyro-next'>stable/pyro-next OpenEmbedded layers collection contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-kernel/agent-proxy/agent-proxy_1.97.bb
blob: 0e17800c4b65eda12560866cdf4cc440cca052db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 = "GPL-2.0-only"
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;branch=master \
           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}
}