blob: 4bb3e62d9f47c9bd7c61139ba5998eb27fdfbe6f [file] [log] [blame]
Andrew Geissler5082cc72023-09-11 08:41:39 -04001SUMMARY = "Minimalistic terminal program for communicating with devices over a serial connection"
2HOMEPAGE = "https://github.com/pengutronix/microcom"
3LICENSE = "GPL-2.0-or-later"
4LIC_FILES_CHKSUM = "file://COPYING;md5=c9f7c009791eaa4b9ca90dc4c9538d24"
5
6SRC_URI = "https://github.com/pengutronix/microcom/releases/download/v${PV}/microcom-${PV}.tar.xz"
7SRC_URI[sha256sum] = "ef42184bb35c9762b3e9c70748696f7478efacad8412a88aaf2d9a6a500231a1"
8
9DEPENDS = "readline"
10
11inherit autotools update-alternatives
12
13PACKAGECONFIG ??= ""
14PACKAGECONFIG[can] = "--enable-can,--disable-can"
15
16EXTRA_OECONF = "--enable-largefile"
17
18# higher priority than busybox' microcom
19ALTERNATIVE:${PN} = "microcom"
20ALTERNATIVE_PRIORITY[microcom] = "100"