diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-22 15:03:27 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:47 -0700 |
| commit | 848ae717ce2531abc4caab50d881c972adda96dd (patch) | |
| tree | 6e10c89ed2deb01b8db363635e9a4f2992971732 | |
| parent | d519adfc45959b9d47b588696fc994c7cf2d7da2 (diff) | |
| download | meta-openembedded-848ae717ce2531abc4caab50d881c972adda96dd.tar.gz | |
p7zip: 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-extended/p7zip/p7zip_16.02.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb index e795482eb6..498623cc83 100644 --- a/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb +++ b/meta-oe/recipes-extended/p7zip/p7zip_16.02.bb | |||
| @@ -17,6 +17,9 @@ SRC_URI = "http://downloads.sourceforge.net/p7zip/p7zip/${PV}/p7zip_${PV}_src_al | |||
| 17 | SRC_URI[md5sum] = "a0128d661cfe7cc8c121e73519c54fbf" | 17 | SRC_URI[md5sum] = "a0128d661cfe7cc8c121e73519c54fbf" |
| 18 | SRC_URI[sha256sum] = "5eb20ac0e2944f6cb9c2d51dd6c4518941c185347d4089ea89087ffdd6e2341f" | 18 | SRC_URI[sha256sum] = "5eb20ac0e2944f6cb9c2d51dd6c4518941c185347d4089ea89087ffdd6e2341f" |
| 19 | 19 | ||
| 20 | UPSTREAM_CHECK_URI = "https://tracker.debian.org/pkg/p7zip" | ||
| 21 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)" | ||
| 22 | |||
| 20 | S = "${WORKDIR}/${BPN}_${PV}" | 23 | S = "${WORKDIR}/${BPN}_${PV}" |
| 21 | 24 | ||
| 22 | do_compile:append() { | 25 | do_compile:append() { |
