All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] nagios-nsca: blacklist recipe due to unsupported libmcrypt
@ 2021-02-05 21:53 Yi Fan Yu
  2021-02-07 13:49 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Yi Fan Yu @ 2021-02-05 21:53 UTC (permalink / raw)
  To: meta-virtualization

nagios-nsca depends on libmcrypt...
However, libmcrypt is considered as abandonware
The last release was in 2007.

libmcrypt might not be building properly with
the upgrade of autoconf to 2.71.

Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com>
---
 recipes-extended/nagios/nagios-nsca_2.9.2.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/recipes-extended/nagios/nagios-nsca_2.9.2.bb b/recipes-extended/nagios/nagios-nsca_2.9.2.bb
index d342810..66f8da5 100644
--- a/recipes-extended/nagios/nagios-nsca_2.9.2.bb
+++ b/recipes-extended/nagios/nagios-nsca_2.9.2.bb
@@ -82,3 +82,5 @@ SYSTEMD_AUTO_ENABLE_${PN}-daemon = "enable"
 INITSCRIPT_PACKAGES = "${PN}-daemon"
 INITSCRIPT_NAME_${PN}-daemon = "nsca"
 INITSCRIPT_PARAMS_${PN}-daemon = "defaults"
+
+PNBLACKLIST[nagios-nsca] ?= "Depends on libmcrypt, which is considered abandonware"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-07 13:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-05 21:53 [meta-virtualization][PATCH] nagios-nsca: blacklist recipe due to unsupported libmcrypt Yi Fan Yu
2021-02-07 13:49 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.