diff options
author | hongxu <hongxu.jia@windriver.com> | 2021-07-05 11:24:33 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-07-07 15:42:17 -0400 |
commit | 6459b6544b9a4d38f145de7c935a5919e758b691 (patch) | |
tree | c68723504ae0336d7926b076634c00acbda4719e | |
parent | 92f976404b7f82c97996ffce94ca2d20be2dcbda (diff) | |
download | meta-virtualization-6459b6544b9a4d38f145de7c935a5919e758b691.tar.gz |
Revert "nagios-nsca: blacklist recipe due to unsupported libmcrypt"
The libmcrypt build issue has been fixed by oe
This reverts commit e7a0ea3e0fc43f6c2ec8fee70ec1315014ffbec1.
Signed-off-by: Hongxu Jia <hongxu.jia@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, 0 insertions, 2 deletions
diff --git a/recipes-extended/nagios/nagios-nsca_2.9.2.bb b/recipes-extended/nagios/nagios-nsca_2.9.2.bb index 1fce1983..fd45d84c 100644 --- a/recipes-extended/nagios/nagios-nsca_2.9.2.bb +++ b/recipes-extended/nagios/nagios-nsca_2.9.2.bb | |||
@@ -84,5 +84,3 @@ SYSTEMD_AUTO_ENABLE_${PN}-daemon = "enable" | |||
84 | INITSCRIPT_PACKAGES = "${PN}-daemon" | 84 | INITSCRIPT_PACKAGES = "${PN}-daemon" |
85 | INITSCRIPT_NAME_${PN}-daemon = "nsca" | 85 | INITSCRIPT_NAME_${PN}-daemon = "nsca" |
86 | INITSCRIPT_PARAMS_${PN}-daemon = "defaults" | 86 | INITSCRIPT_PARAMS_${PN}-daemon = "defaults" |
87 | |||
88 | PNBLACKLIST[nagios-nsca] ?= "Depends on libmcrypt, which is considered abandonware" | ||