diff options
| author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-22 09:51:08 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:29 -0700 |
| commit | f4f48f6682d83574ec85c9468c1f24da8e9a03f4 (patch) | |
| tree | 0ba25ba1e3b1286c945bb28cb440856faee34dff /meta-oe/recipes-support/atop | |
| parent | 56649853c85935e68be018a88f98df573687f176 (diff) | |
| download | meta-openembedded-f4f48f6682d83574ec85c9468c1f24da8e9a03f4.tar.gz | |
atop: 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>
Diffstat (limited to 'meta-oe/recipes-support/atop')
| -rw-r--r-- | meta-oe/recipes-support/atop/atop_2.4.0.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/atop/atop_2.4.0.bb b/meta-oe/recipes-support/atop/atop_2.4.0.bb index 4b0e74227b..df45eede23 100644 --- a/meta-oe/recipes-support/atop/atop_2.4.0.bb +++ b/meta-oe/recipes-support/atop/atop_2.4.0.bb | |||
| @@ -24,6 +24,9 @@ SRC_URI = "http://www.atoptool.nl/download/${BP}.tar.gz \ | |||
| 24 | SRC_URI[md5sum] = "1077da884ed94f2bc3c81ac3ab970436" | 24 | SRC_URI[md5sum] = "1077da884ed94f2bc3c81ac3ab970436" |
| 25 | SRC_URI[sha256sum] = "be1c010a77086b7d98376fce96514afcd73c3f20a8d1fe01520899ff69a73d69" | 25 | SRC_URI[sha256sum] = "be1c010a77086b7d98376fce96514afcd73c3f20a8d1fe01520899ff69a73d69" |
| 26 | 26 | ||
| 27 | UPSTREAM_CHECK_URI = "https://atoptool.nl/downloadatop.php" | ||
| 28 | UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+).tar" | ||
| 29 | |||
| 27 | CVE_STATUS[CVE-2011-3618] = "fixed-version: The CPE in the NVD database doesn't reflect correctly the vulnerable versions." | 30 | CVE_STATUS[CVE-2011-3618] = "fixed-version: The CPE in the NVD database doesn't reflect correctly the vulnerable versions." |
| 28 | 31 | ||
| 29 | do_compile() { | 32 | do_compile() { |
