summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorYoann Congal <yoann.congal@smile.fr>2024-07-19 17:58:58 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-24 08:56:43 -0700
commitc7a5f0c08442a479854d5d32cb215c19b27efffa (patch)
tree084e5e286263fb0d2c5bb47e5b6c47152bc77efc /meta-oe
parentcdbfc8887349af62b323663995a4b1257592108f (diff)
downloadmeta-openembedded-c7a5f0c08442a479854d5d32cb215c19b27efffa.tar.gz
microcom: update UPSTREAM_CHECK_* variables to fix devtool upgrades
Update UPSTREAM_CHECK_* variables to fix UNKNOWN_BROKEN status with devtool check-upgrade-status. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Alexandre Truong <alexandre.truong@smile.fr>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-devtools/microcom/microcom_2023.09.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/microcom/microcom_2023.09.0.bb b/meta-oe/recipes-devtools/microcom/microcom_2023.09.0.bb
index 4bb3e62d9..73d434cba 100644
--- a/meta-oe/recipes-devtools/microcom/microcom_2023.09.0.bb
+++ b/meta-oe/recipes-devtools/microcom/microcom_2023.09.0.bb
@@ -6,6 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c9f7c009791eaa4b9ca90dc4c9538d24"
6SRC_URI = "https://github.com/pengutronix/microcom/releases/download/v${PV}/microcom-${PV}.tar.xz" 6SRC_URI = "https://github.com/pengutronix/microcom/releases/download/v${PV}/microcom-${PV}.tar.xz"
7SRC_URI[sha256sum] = "ef42184bb35c9762b3e9c70748696f7478efacad8412a88aaf2d9a6a500231a1" 7SRC_URI[sha256sum] = "ef42184bb35c9762b3e9c70748696f7478efacad8412a88aaf2d9a6a500231a1"
8 8
9UPSTREAM_CHECK_URI = "${HOMEPAGE}/releases"
10UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
11
9DEPENDS = "readline" 12DEPENDS = "readline"
10 13
11inherit autotools update-alternatives 14inherit autotools update-alternatives