summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorAlexandre Truong <alexandre.truong@smile.fr>2024-07-22 14:30:35 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-24 08:56:45 -0700
commit8731b7c1035fccdcba71544ffe5e91d8a7d13fa7 (patch)
tree3c7a5cb031650511e972255d07b4313a9e18a1c1 /meta-oe/recipes-support
parentb3547995fdb2648de52dc733a04d8d15875222db (diff)
downloadmeta-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.bb3
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 1779dd227..495afd164 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 \
14SRC_URI[lmon.sha256sum] = "2bed4d45fdfdf1d1387ec91e139c04975d5f838e3e0d53c0fe2d803a707e5fc1" 14SRC_URI[lmon.sha256sum] = "2bed4d45fdfdf1d1387ec91e139c04975d5f838e3e0d53c0fe2d803a707e5fc1"
15SRC_URI[doc.sha256sum] = "1f7f83afe62a7210be5e83cd24157adb854c14599efe0b377a7ecca933869278" 15SRC_URI[doc.sha256sum] = "1f7f83afe62a7210be5e83cd24157adb854c14599efe0b377a7ecca933869278"
16 16
17UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/nmon/files/"
18UPSTREAM_CHECK_REGEX = "lmon(?P<pver>.*).c"
19
17CFLAGS += "-D JFS -D GETUSER -Wall -D LARGEMEM" 20CFLAGS += "-D JFS -D GETUSER -Wall -D LARGEMEM"
18LDFLAGS += "-ltinfo -lncursesw -lm" 21LDFLAGS += "-ltinfo -lncursesw -lm"
19ASNEEDED:pn-nmon = "" 22ASNEEDED:pn-nmon = ""