All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH] suricata: Fix QA warnings
@ 2015-05-05 15:26 Armin Kuster
  2015-05-05 15:54 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Armin Kuster @ 2015-05-05 15:26 UTC (permalink / raw)
  To: yocto

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]

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



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

* Re: [meta-security][PATCH] suricata: Fix QA warnings
  2015-05-05 15:26 [meta-security][PATCH] suricata: Fix QA warnings Armin Kuster
@ 2015-05-05 15:54 ` Martin Jansa
  2015-05-05 16:25   ` akuster808
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2015-05-05 15:54 UTC (permalink / raw)
  To: Armin Kuster; +Cc: yocto

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


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

* Re: [meta-security][PATCH] suricata: Fix QA warnings
  2015-05-05 15:54 ` Martin Jansa
@ 2015-05-05 16:25   ` akuster808
  0 siblings, 0 replies; 3+ messages in thread
From: akuster808 @ 2015-05-05 16:25 UTC (permalink / raw)
  To: Martin Jansa; +Cc: yocto



On 05/05/2015 08:54 AM, Martin Jansa wrote:
> 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?

yep.. I do get confused from time to time.

thanks,
Armin
>
>>
>> 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
>


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

end of thread, other threads:[~2015-05-05 16:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-05 15:26 [meta-security][PATCH] suricata: Fix QA warnings Armin Kuster
2015-05-05 15:54 ` Martin Jansa
2015-05-05 16:25   ` 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.