summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-22 10:28:32 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-24 08:56:38 -0700
commit6750fa90a315533a9354806b19f0f731a4a00e64 (patch)
tree88614d29e88bcfc803b4cb3852b5b0926ee46700
parentcbf3c2885cb1ec6c730fb11faee5f366be76f3f1 (diff)
downloadmeta-openembedded-6750fa90a315533a9354806b19f0f731a4a00e64.tar.gz
libmtp: include UPSTREAM_CHECK_* to fix UNKNOWN_BROKEN status
Adding UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX fix UNKNOWN_BROKEN status from running devtool check-upgrade-status. The next version of the package can be found from upstream sources. Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
-rw-r--r--meta-oe/recipes-connectivity/libmtp/libmtp_1.1.21.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.21.bb b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.21.bb
index 94cbef8fc1..16f82c6ba3 100644
--- a/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.21.bb
+++ b/meta-oe/recipes-connectivity/libmtp/libmtp_1.1.21.bb
@@ -21,6 +21,9 @@ SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.g
21SRC_URI:append:class-target = " file://0001-Use-native-mtp-hotplug.patch" 21SRC_URI:append:class-target = " file://0001-Use-native-mtp-hotplug.patch"
22SRC_URI[sha256sum] = "f4c1ceb3df020a6cb851110f620c14fe399518c494ed252039cbfb4e34335135" 22SRC_URI[sha256sum] = "f4c1ceb3df020a6cb851110f620c14fe399518c494ed252039cbfb4e34335135"
23 23
24UPSTREAM_CHECK_URI = "https://github.com/libmtp/libmtp/releases"
25UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
26
24inherit autotools pkgconfig lib_package 27inherit autotools pkgconfig lib_package
25 28
26EXTRA_OECONF += " \ 29EXTRA_OECONF += " \