All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH] samhain-server: fix build warn
@ 2015-06-25  7:19 Bian Naimeng
  2015-06-26 22:47 ` akuster808
  0 siblings, 1 reply; 2+ messages in thread
From: Bian Naimeng @ 2015-06-25  7:19 UTC (permalink / raw)
  To: yocto

WARNING: QA Issue: /etc/init.d/samhain-server_samhain-server contained in package samhain-server requires /bin/bash, but no providers found in its RDEPENDS [file-rdeps]

Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
---
 recipes-security/samhain/samhain-server_3.1.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-security/samhain/samhain-server_3.1.5.bb b/recipes-security/samhain/samhain-server_3.1.5.bb
index fd6da3d..b8ea248 100644
--- a/recipes-security/samhain/samhain-server_3.1.5.bb
+++ b/recipes-security/samhain/samhain-server_3.1.5.bb
@@ -47,4 +47,4 @@ FILES_${PN}-dbg += " \
     ${sbindir}/.debug/* \
     "
 
-DEPENDS_${PN} += "gmp bash"
+RDEPENDS_${PN} += "gmp bash"
-- 
1.8.4.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-security][PATCH] samhain-server: fix build warn
  2015-06-25  7:19 [meta-security][PATCH] samhain-server: fix build warn Bian Naimeng
@ 2015-06-26 22:47 ` akuster808
  0 siblings, 0 replies; 2+ messages in thread
From: akuster808 @ 2015-06-26 22:47 UTC (permalink / raw)
  To: yocto

Bian,

thanks,

merged.

- armin

On 06/25/2015 12:19 AM, Bian Naimeng wrote:
> WARNING: QA Issue: /etc/init.d/samhain-server_samhain-server contained in package samhain-server requires /bin/bash, but no providers found in its RDEPENDS [file-rdeps]
>
> Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com>
> ---
>   recipes-security/samhain/samhain-server_3.1.5.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-security/samhain/samhain-server_3.1.5.bb b/recipes-security/samhain/samhain-server_3.1.5.bb
> index fd6da3d..b8ea248 100644
> --- a/recipes-security/samhain/samhain-server_3.1.5.bb
> +++ b/recipes-security/samhain/samhain-server_3.1.5.bb
> @@ -47,4 +47,4 @@ FILES_${PN}-dbg += " \
>       ${sbindir}/.debug/* \
>       "
>
> -DEPENDS_${PN} += "gmp bash"
> +RDEPENDS_${PN} += "gmp bash"
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-06-26 22:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-25  7:19 [meta-security][PATCH] samhain-server: fix build warn Bian Naimeng
2015-06-26 22:47 ` akuster808

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.