mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
436b60e582
commit
e7a0ea3e0f
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user