summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2021-03-10 08:50:09 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-03-09 22:35:41 -0500
commit223829498728394a7ff7eb539b62d153ffdcc33d (patch)
treec62552db5c9785d297b670c5992c34f50d3fb305
parentc9e13cce13f817641f6938a85c4609c30741db2d (diff)
downloadmeta-virtualization-223829498728394a7ff7eb539b62d153ffdcc33d.tar.gz
nagios-core: update RDEPENDS
fix following error during do_rootfs: nothing provides php needed by nagios-core-4.4.6-r0.corei7_64 (try to add '--skip-broken' to skip uninstallable packages) Since commit c4ffcaa2 [php: split out phpdbg into a separate package], package php is empty. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-extended/nagios/nagios-core_4.4.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/nagios/nagios-core_4.4.6.bb b/recipes-extended/nagios/nagios-core_4.4.6.bb
index 4cbec2bf..8bcd6c0a 100644
--- a/recipes-extended/nagios/nagios-core_4.4.6.bb
+++ b/recipes-extended/nagios/nagios-core_4.4.6.bb
@@ -34,7 +34,7 @@ RDEPENDS_${PN} += "\
34 libpng \ 34 libpng \
35 fontconfig \ 35 fontconfig \
36 apache2 \ 36 apache2 \
37 php \ 37 php-cli \
38 nagios-base \ 38 nagios-base \
39" 39"
40 40