From: Martin Jansa <martin.jansa@gmail.com>
To: Armin Kuster <akuster808@gmail.com>
Cc: yocto@yoctoproject.org
Subject: Re: [meta-security][PATCH] suricata: Fix QA warnings
Date: Tue, 5 May 2015 17:54:41 +0200 [thread overview]
Message-ID: <20150505155441.GE2378@jama> (raw)
In-Reply-To: <1430839611-22671-1-git-send-email-akuster808@gmail.com>
On Tue, May 05, 2015 at 08:26:51AM -0700, Armin Kuster wrote:
> WARNING: QA Issue: suricata rdepends on nspr, but it isn't a build dependency? [build-deps]
> WARNING: QA Issue: suricata rdepends on nss, but it isn't a build dependency? [build-deps]
Shouldn't it be build dependency?
>
> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
> recipes-security/suricata/suricata_2.0.7.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-security/suricata/suricata_2.0.7.bb b/recipes-security/suricata/suricata_2.0.7.bb
> index 7e99791..813deff 100644
> --- a/recipes-security/suricata/suricata_2.0.7.bb
> +++ b/recipes-security/suricata/suricata_2.0.7.bb
> @@ -54,4 +54,4 @@ fi
> FILES_${PN} += "${sysconfdir}/suricata ${logdir}/suricata"
> FILES_${PN}-dev += "/usr/lib/python2.7/site-packages"
>
> -RDEPENDS_${PN} += " python"
> +RDEPENDS_${PN} += " python nspr nss"
> --
> 2.3.5
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
next prev parent reply other threads:[~2015-05-05 15:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-05 15:26 [meta-security][PATCH] suricata: Fix QA warnings Armin Kuster
2015-05-05 15:54 ` Martin Jansa [this message]
2015-05-05 16:25 ` akuster808
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150505155441.GE2378@jama \
--to=martin.jansa@gmail.com \
--cc=akuster808@gmail.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.