diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-22 10:28:32 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:38 -0700 |
| commit | 6750fa90a315533a9354806b19f0f731a4a00e64 (patch) | |
| tree | 88614d29e88bcfc803b4cb3852b5b0926ee46700 | |
| parent | cbf3c2885cb1ec6c730fb11faee5f366be76f3f1 (diff) | |
| download | meta-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.bb | 3 |
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 | |||
| 21 | SRC_URI:append:class-target = " file://0001-Use-native-mtp-hotplug.patch" | 21 | SRC_URI:append:class-target = " file://0001-Use-native-mtp-hotplug.patch" |
| 22 | SRC_URI[sha256sum] = "f4c1ceb3df020a6cb851110f620c14fe399518c494ed252039cbfb4e34335135" | 22 | SRC_URI[sha256sum] = "f4c1ceb3df020a6cb851110f620c14fe399518c494ed252039cbfb4e34335135" |
| 23 | 23 | ||
| 24 | UPSTREAM_CHECK_URI = "https://github.com/libmtp/libmtp/releases" | ||
| 25 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
| 26 | |||
| 24 | inherit autotools pkgconfig lib_package | 27 | inherit autotools pkgconfig lib_package |
| 25 | 28 | ||
| 26 | EXTRA_OECONF += " \ | 29 | EXTRA_OECONF += " \ |
