diff options
author | Yi Fan Yu <yifan.yu@windriver.com> | 2021-02-05 16:53:10 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-02-07 08:48:39 -0500 |
commit | e7a0ea3e0fc43f6c2ec8fee70ec1315014ffbec1 (patch) | |
tree | 08c4dcb9a16dbc906311fa2dd1c1d64c9f862ed5 | |
parent | 436b60e582ec5026db82d8961477ffe94d8e2b90 (diff) | |
download | meta-virtualization-e7a0ea3e0fc43f6c2ec8fee70ec1315014ffbec1.tar.gz |
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>
-rw-r--r-- | recipes-extended/nagios/nagios-nsca_2.9.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-extended/nagios/nagios-nsca_2.9.2.bb b/recipes-extended/nagios/nagios-nsca_2.9.2.bb index d342810c..66f8da56 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" | |||
82 | INITSCRIPT_PACKAGES = "${PN}-daemon" | 82 | INITSCRIPT_PACKAGES = "${PN}-daemon" |
83 | INITSCRIPT_NAME_${PN}-daemon = "nsca" | 83 | INITSCRIPT_NAME_${PN}-daemon = "nsca" |
84 | INITSCRIPT_PARAMS_${PN}-daemon = "defaults" | 84 | INITSCRIPT_PARAMS_${PN}-daemon = "defaults" |
85 | |||
86 | PNBLACKLIST[nagios-nsca] ?= "Depends on libmcrypt, which is considered abandonware" | ||