diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-29 22:28:59 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-30 11:28:58 +0200 |
| commit | 2ee9b627b8c093cf263fb2915384dde2b15409ad (patch) | |
| tree | 1bae74ad186e9f7786570fbe8a2690a10ef8ed7c /meta-oe/recipes-support/serial-utils/serial-forward_git.bb | |
| parent | af738233bbae8ece8e3cde040eca2243e4821699 (diff) | |
| download | meta-openembedded-2ee9b627b8c093cf263fb2915384dde2b15409ad.tar.gz | |
serial-utils: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392d
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/serial-utils/serial-forward_git.bb')
| -rw-r--r-- | meta-oe/recipes-support/serial-utils/serial-forward_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb new file mode 100644 index 0000000000..0e4ec44dbb --- /dev/null +++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | DESCRIPTION = "Forward a serial using TCP/IP" | ||
| 2 | AUTHOR = "Holger 'Zecke' Freyther'" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07" | ||
| 5 | SECTION = "console/devel" | ||
| 6 | SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" | ||
| 7 | PV = "1.1+gitr${SRCPV}" | ||
| 8 | PR = "r0" | ||
| 9 | |||
| 10 | SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git/;protocol=git" | ||
| 11 | S = "${WORKDIR}/git/tools/serial_forward" | ||
| 12 | |||
| 13 | inherit autotools | ||
