mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
nagios-*: add conditional PNBLACKLIST, because of the dependency on meta-webserver
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
4ea3d76821
commit
32267ea487
|
@ -38,6 +38,8 @@ RDEPENDS_${PN} += "\
|
|||
nagios-base \
|
||||
"
|
||||
|
||||
PNBLACKLIST[nagios-core] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'webserver', '', 'Depends on apache2 from meta-webserver which is not included', d)}"
|
||||
|
||||
acpaths = "-I ${S}/autoconf-macros"
|
||||
|
||||
# Set default password for the hardcoded Nagios admin user "nagiosadmin".
|
||||
|
|
|
@ -26,6 +26,8 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
|
|||
|
||||
inherit autotools-brokensep update-rc.d systemd update-alternatives
|
||||
|
||||
PNBLACKLIST[nagios-nrpe] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'webserver', '', 'Depends on nagios-core which depends on apache2 from meta-webserver which is not included', d)}"
|
||||
|
||||
# IP address of server which proxy should connect to
|
||||
MONITORING_PROXY_SERVER_IP ??= "192.168.7.2"
|
||||
|
||||
|
|
|
@ -22,6 +22,8 @@ S = "${WORKDIR}/${SRCNAME}-${PV}"
|
|||
|
||||
inherit update-rc.d autotools-brokensep systemd dos2unix
|
||||
|
||||
PNBLACKLIST[nagios-nsca] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'webserver', '', 'Rdepends on nagios-base provided by nagios-core which depends on apache2 from meta-webserver which is not included', d)}"
|
||||
|
||||
DEPENDS = "libmcrypt"
|
||||
|
||||
EXTRA_OECONF += "--with-nsca-user=${NAGIOS_USER} \
|
||||
|
|
|
@ -18,6 +18,8 @@ S = "${WORKDIR}/${BPN}-${PV}"
|
|||
|
||||
inherit autotools gettext
|
||||
|
||||
PNBLACKLIST[nagios-plugins] ?= "${@bb.utils.contains('BBFILE_COLLECTIONS', 'webserver', '', 'Depends on nagios-core which depends on apache2 from meta-webserver which is not included', d)}"
|
||||
|
||||
EXTRA_OECONF += "--with-sysroot=${STAGING_DIR_HOST} \
|
||||
--with-nagios-user=${NAGIOS_USER} \
|
||||
--with-nagios-group=${NAGIOS_GROUP} \
|
||||
|
|
Loading…
Reference in New Issue
Block a user