nagios-nsca: blacklist recipe due to unsupported libmcrypt

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>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Yi Fan Yu 2021-02-05 16:53:10 -05:00 committed by Bruce Ashfield
parent 436b60e582
commit e7a0ea3e0f

View File

@ -82,3 +82,5 @@ SYSTEMD_AUTO_ENABLE_${PN}-daemon = "enable"
INITSCRIPT_PACKAGES = "${PN}-daemon" INITSCRIPT_PACKAGES = "${PN}-daemon"
INITSCRIPT_NAME_${PN}-daemon = "nsca" INITSCRIPT_NAME_${PN}-daemon = "nsca"
INITSCRIPT_PARAMS_${PN}-daemon = "defaults" INITSCRIPT_PARAMS_${PN}-daemon = "defaults"
PNBLACKLIST[nagios-nsca] ?= "Depends on libmcrypt, which is considered abandonware"