diff options
author | Alexandre Truong <alexandre.truong@smile.fr> | 2024-07-22 14:30:35 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-07-24 08:56:45 -0700 |
commit | 8731b7c1035fccdcba71544ffe5e91d8a7d13fa7 (patch) | |
tree | 3c7a5cb031650511e972255d07b4313a9e18a1c1 /meta-oe/recipes-support | |
parent | b3547995fdb2648de52dc733a04d8d15875222db (diff) | |
download | meta-openembedded-8731b7c1035fccdcba71544ffe5e91d8a7d13fa7.tar.gz |
nmon: 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')
-rw-r--r-- | meta-oe/recipes-support/nmon/nmon_16m.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/nmon/nmon_16m.bb b/meta-oe/recipes-support/nmon/nmon_16m.bb index 1779dd2273..495afd164f 100644 --- a/meta-oe/recipes-support/nmon/nmon_16m.bb +++ b/meta-oe/recipes-support/nmon/nmon_16m.bb | |||
@@ -14,6 +14,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/nmon/lmon${PV}.c;name=lmon \ | |||
14 | SRC_URI[lmon.sha256sum] = "2bed4d45fdfdf1d1387ec91e139c04975d5f838e3e0d53c0fe2d803a707e5fc1" | 14 | SRC_URI[lmon.sha256sum] = "2bed4d45fdfdf1d1387ec91e139c04975d5f838e3e0d53c0fe2d803a707e5fc1" |
15 | SRC_URI[doc.sha256sum] = "1f7f83afe62a7210be5e83cd24157adb854c14599efe0b377a7ecca933869278" | 15 | SRC_URI[doc.sha256sum] = "1f7f83afe62a7210be5e83cd24157adb854c14599efe0b377a7ecca933869278" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/nmon/files/" | ||
18 | UPSTREAM_CHECK_REGEX = "lmon(?P<pver>.*).c" | ||
19 | |||
17 | CFLAGS += "-D JFS -D GETUSER -Wall -D LARGEMEM" | 20 | CFLAGS += "-D JFS -D GETUSER -Wall -D LARGEMEM" |
18 | LDFLAGS += "-ltinfo -lncursesw -lm" | 21 | LDFLAGS += "-ltinfo -lncursesw -lm" |
19 | ASNEEDED:pn-nmon = "" | 22 | ASNEEDED:pn-nmon = "" |