From 5665110de0ece93471c74ef855c2e207da71bdd0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 2 Dec 2025 17:51:12 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../microcom/microcom_2023.09.0.bb | 23 ---------------------- .../microcom/microcom_2025.11.0.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-devtools/microcom/microcom_2023.09.0.bb create mode 100644 meta-oe/recipes-devtools/microcom/microcom_2025.11.0.bb diff --git a/meta-oe/recipes-devtools/microcom/microcom_2023.09.0.bb b/meta-oe/recipes-devtools/microcom/microcom_2023.09.0.bb deleted file mode 100644 index 73d434cba5..0000000000 --- a/meta-oe/recipes-devtools/microcom/microcom_2023.09.0.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Minimalistic terminal program for communicating with devices over a serial connection" -HOMEPAGE = "https://github.com/pengutronix/microcom" -LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=c9f7c009791eaa4b9ca90dc4c9538d24" - -SRC_URI = "https://github.com/pengutronix/microcom/releases/download/v${PV}/microcom-${PV}.tar.xz" -SRC_URI[sha256sum] = "ef42184bb35c9762b3e9c70748696f7478efacad8412a88aaf2d9a6a500231a1" - -UPSTREAM_CHECK_URI = "${HOMEPAGE}/releases" -UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" - -DEPENDS = "readline" - -inherit autotools update-alternatives - -PACKAGECONFIG ??= "" -PACKAGECONFIG[can] = "--enable-can,--disable-can" - -EXTRA_OECONF = "--enable-largefile" - -# higher priority than busybox' microcom -ALTERNATIVE:${PN} = "microcom" -ALTERNATIVE_PRIORITY[microcom] = "100" 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 @@ +SUMMARY = "Minimalistic terminal program for communicating with devices over a serial connection" +HOMEPAGE = "https://github.com/pengutronix/microcom" +LICENSE = "GPL-2.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=c9f7c009791eaa4b9ca90dc4c9538d24" + +SRC_URI = "https://github.com/pengutronix/microcom/releases/download/v${PV}/microcom-${PV}.tar.xz" +SRC_URI[sha256sum] = "b1d734a249d8613db7ca1f1bb2ec4e28a35234a60212d91e0c00cc22e9c67a39" + +UPSTREAM_CHECK_URI = "${HOMEPAGE}/releases" +UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)" + +DEPENDS = "readline" + +inherit autotools update-alternatives + +PACKAGECONFIG ??= "" +PACKAGECONFIG[can] = "--enable-can,--disable-can" + +EXTRA_OECONF = "--enable-largefile" + +# higher priority than busybox' microcom +ALTERNATIVE:${PN} = "microcom" +ALTERNATIVE_PRIORITY[microcom] = "100" -- cgit v1.2.3-54-g00ecf