diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2024-07-19 17:58:58 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:43 -0700 |
commit | c7a5f0c08442a479854d5d32cb215c19b27efffa (patch) | |
tree | 084e5e286263fb0d2c5bb47e5b6c47152bc77efc /meta-oe | |
parent | cdbfc8887349af62b323663995a4b1257592108f (diff) | |
download | meta-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.bb | 3 |
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" | |||
6 | SRC_URI = "https://github.com/pengutronix/microcom/releases/download/v${PV}/microcom-${PV}.tar.xz" | 6 | SRC_URI = "https://github.com/pengutronix/microcom/releases/download/v${PV}/microcom-${PV}.tar.xz" |
7 | SRC_URI[sha256sum] = "ef42184bb35c9762b3e9c70748696f7478efacad8412a88aaf2d9a6a500231a1" | 7 | SRC_URI[sha256sum] = "ef42184bb35c9762b3e9c70748696f7478efacad8412a88aaf2d9a6a500231a1" |
8 | 8 | ||
9 | UPSTREAM_CHECK_URI = "${HOMEPAGE}/releases" | ||
10 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
11 | |||
9 | DEPENDS = "readline" | 12 | DEPENDS = "readline" |
10 | 13 | ||
11 | inherit autotools update-alternatives | 14 | inherit autotools update-alternatives |