* [meta-virtualization][PATCH] nagios-core: update RDEPENDS
@ 2021-03-10 0:50 Changqing Li
2021-03-10 3:35 ` Bruce Ashfield
0 siblings, 1 reply; 2+ messages in thread
From: Changqing Li @ 2021-03-10 0:50 UTC (permalink / raw)
To: meta-virtualization
From: Changqing Li <changqing.li@windriver.com>
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>
---
recipes-extended/nagios/nagios-core_4.4.6.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-extended/nagios/nagios-core_4.4.6.bb b/recipes-extended/nagios/nagios-core_4.4.6.bb
index 4cbec2b..8bcd6c0 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} += "\
libpng \
fontconfig \
apache2 \
- php \
+ php-cli \
nagios-base \
"
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [meta-virtualization][PATCH] nagios-core: update RDEPENDS
2021-03-10 0:50 [meta-virtualization][PATCH] nagios-core: update RDEPENDS Changqing Li
@ 2021-03-10 3:35 ` Bruce Ashfield
0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2021-03-10 3:35 UTC (permalink / raw)
To: Changqing Li; +Cc: meta-virtualization
merged.
Bruce
In message: [meta-virtualization][PATCH] nagios-core: update RDEPENDS
on 10/03/2021 Changqing Li wrote:
> From: Changqing Li <changqing.li@windriver.com>
>
> 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>
> ---
> recipes-extended/nagios/nagios-core_4.4.6.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-extended/nagios/nagios-core_4.4.6.bb b/recipes-extended/nagios/nagios-core_4.4.6.bb
> index 4cbec2b..8bcd6c0 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} += "\
> libpng \
> fontconfig \
> apache2 \
> - php \
> + php-cli \
> nagios-base \
> "
>
> --
> 2.17.1
>
>
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-03-10 3:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-10 0:50 [meta-virtualization][PATCH] nagios-core: update RDEPENDS Changqing Li
2021-03-10 3:35 ` Bruce Ashfield
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.