summaryrefslogtreecommitdiffstats
path: root/bsp/meta-boundary/recipes-core/microcom/microcom_git.bb
blob: 68dfa5e18de7d39e712f3cec4a8b1ecf9d8b4897 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "microcom is a small minicom-like serial terminal emulator with scripting support."
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"

SRCREV = "5ea09fd573a56efeba3c2cc07e41537d52d3de48"
SRC_URI = "git://github.com/Oliviers-OSS/microcom;branch=master"

S = "${WORKDIR}/git"

do_install () {
	install -d ${D}${bindir}
	install -m 0755 microcom ${D}${bindir}
}

inherit autotools