summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/microcom/microcom_2025.11.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-12-02 17:51:12 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-02 09:22:49 -0800
commit5665110de0ece93471c74ef855c2e207da71bdd0 (patch)
treeb6fc9e6d9cd5ad05c8ab54f1c730f4cc5345492b /meta-oe/recipes-devtools/microcom/microcom_2025.11.0.bb
parent58974f72d122b78b7d65557e061677fafa83cc3e (diff)
downloadmeta-openembedded-5665110de0ece93471c74ef855c2e207da71bdd0.tar.gz
microcom: upgrade 2023.09.0 -> 2025.11.0
Changelog: =========== - Add -e switch to select an escape sequence other than Ctrl+\ - More portable TTY settings - Better error and signal handling Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/microcom/microcom_2025.11.0.bb')
-rw-r--r--meta-oe/recipes-devtools/microcom/microcom_2025.11.0.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/microcom/microcom_2025.11.0.bb b/meta-oe/recipes-devtools/microcom/microcom_2025.11.0.bb
new file mode 100644
index 0000000000..7f0154794d
--- /dev/null
+++ b/meta-oe/recipes-devtools/microcom/microcom_2025.11.0.bb
@@ -0,0 +1,23 @@
1SUMMARY = "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] = "b1d734a249d8613db7ca1f1bb2ec4e28a35234a60212d91e0c00cc22e9c67a39"
8
9UPSTREAM_CHECK_URI = "${HOMEPAGE}/releases"
10UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
11
12DEPENDS = "readline"
13
14inherit autotools update-alternatives
15
16PACKAGECONFIG ??= ""
17PACKAGECONFIG[can] = "--enable-can,--disable-can"
18
19EXTRA_OECONF = "--enable-largefile"
20
21# higher priority than busybox' microcom
22ALTERNATIVE:${PN} = "microcom"
23ALTERNATIVE_PRIORITY[microcom] = "100"