All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] V4 wireshark: fix build depends
@ 2014-07-25 19:33 Armin Kuster
  2014-07-30  7:26 ` Martin Jansa
  2014-08-06  7:41 ` Rongqing Li
  0 siblings, 2 replies; 6+ messages in thread
From: Armin Kuster @ 2014-07-25 19:33 UTC (permalink / raw)
  To: openembedded-devel

This should address issues found in test-dependencies 2014-07-25

wireshark/wireshark/latest lost dependency on  libcap libnl libnl-genl libnl-nf libnl-route portaudio-v19 sbc

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
index 5d6df40..b965fdf 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.wireshark.org"
 SECTION = "network"
 LICENSE = "GPL-2.0"
 
-DEPENDS = "perl-native libpcap pcre expat glib-2.0 libsmi"
+DEPENDS = "perl-native libcap libpcap pcre expat glib-2.0 libsmi libnl portaudio-v19 sbc"
 
 inherit autotools pkgconfig
 
-- 
1.9.1



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

* Re: [meta-networking][PATCH] V4 wireshark: fix build depends
  2014-07-25 19:33 [meta-networking][PATCH] V4 wireshark: fix build depends Armin Kuster
@ 2014-07-30  7:26 ` Martin Jansa
  2014-08-06  7:41 ` Rongqing Li
  1 sibling, 0 replies; 6+ messages in thread
From: Martin Jansa @ 2014-07-30  7:26 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1481 bytes --]

On Fri, Jul 25, 2014 at 12:33:09PM -0700, Armin Kuster wrote:
> This should address issues found in test-dependencies 2014-07-25

V4 in subject belongs to [PATCHv4], I've removed it from subject after
cherry-picking it to master-next.

> wireshark/wireshark/latest lost dependency on  libcap libnl libnl-genl libnl-nf libnl-route portaudio-v19 sbc
> 
> Signed-off-by: Armin Kuster <akuster@mvista.com>
> ---
>  meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
> index 5d6df40..b965fdf 100644
> --- a/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
> +++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.wireshark.org"
>  SECTION = "network"
>  LICENSE = "GPL-2.0"
>  
> -DEPENDS = "perl-native libpcap pcre expat glib-2.0 libsmi"
> +DEPENDS = "perl-native libcap libpcap pcre expat glib-2.0 libsmi libnl portaudio-v19 sbc"
>  
>  inherit autotools pkgconfig
>  
> -- 
> 1.9.1
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: [meta-networking][PATCH] V4 wireshark: fix build depends
  2014-07-25 19:33 [meta-networking][PATCH] V4 wireshark: fix build depends Armin Kuster
  2014-07-30  7:26 ` Martin Jansa
@ 2014-08-06  7:41 ` Rongqing Li
  2014-08-06  9:10   ` Martin Jansa
       [not found]   ` <20140806081740.GA14848@jama>
  1 sibling, 2 replies; 6+ messages in thread
From: Rongqing Li @ 2014-08-06  7:41 UTC (permalink / raw)
  To: openembedded-devel



On 07/26/2014 03:33 AM, Armin Kuster wrote:
> This should address issues found in test-dependencies 2014-07-25
>
> wireshark/wireshark/latest lost dependency on  libcap libnl libnl-genl libnl-nf libnl-route portaudio-v19 sbc
>
> Signed-off-by: Armin Kuster <akuster@mvista.com>
> ---
>   meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
> index 5d6df40..b965fdf 100644
> --- a/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
> +++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.wireshark.org"
>   SECTION = "network"
>   LICENSE = "GPL-2.0"
>
> -DEPENDS = "perl-native libpcap pcre expat glib-2.0 libsmi"
> +DEPENDS = "perl-native libcap libpcap pcre expat glib-2.0 libsmi libnl portaudio-v19 sbc"
>
>   inherit autotools pkgconfig
>

1. I can not download wireshark-1.12.0-rc2.tar.bz2, seems it has been 
removed

wget 
http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.12.0-rc2.tar.bz2
--2014-08-06 15:00:13-- 
http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.12.0-rc2.tar.bz2
Resolving wiresharkdownloads.riverbed.com 
(wiresharkdownloads.riverbed.com)... 69.4.231.52
Connecting to wiresharkdownloads.riverbed.com 
(wiresharkdownloads.riverbed.com)|69.4.231.52|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2014-08-06 15:00:14 ERROR 404: Not Found.


2. which layers do I found the libsmi/portaudio recipes?


-- 
Best Reagrds,
Roy | RongQing Li


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

* Re: [meta-networking][PATCH] V4 wireshark: fix build depends
  2014-08-06  7:41 ` Rongqing Li
@ 2014-08-06  9:10   ` Martin Jansa
  2014-08-06 13:08     ` Joe MacDonald
       [not found]   ` <20140806081740.GA14848@jama>
  1 sibling, 1 reply; 6+ messages in thread
From: Martin Jansa @ 2014-08-06  9:10 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2261 bytes --]

On Wed, Aug 06, 2014 at 03:41:30PM +0800, Rongqing Li wrote:
> 
> 
> On 07/26/2014 03:33 AM, Armin Kuster wrote:
> > This should address issues found in test-dependencies 2014-07-25
> >
> > wireshark/wireshark/latest lost dependency on  libcap libnl libnl-genl libnl-nf libnl-route portaudio-v19 sbc
> >
> > Signed-off-by: Armin Kuster <akuster@mvista.com>
> > ---
> >   meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb | 2 +-
> >   1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
> > index 5d6df40..b965fdf 100644
> > --- a/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
> > +++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
> > @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.wireshark.org"
> >   SECTION = "network"
> >   LICENSE = "GPL-2.0"
> >
> > -DEPENDS = "perl-native libpcap pcre expat glib-2.0 libsmi"
> > +DEPENDS = "perl-native libcap libpcap pcre expat glib-2.0 libsmi libnl portaudio-v19 sbc"
> >
> >   inherit autotools pkgconfig
> >
> 
> 1. I can not download wireshark-1.12.0-rc2.tar.bz2, seems it has been 
> removed
> 
> wget 
> http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.12.0-rc2.tar.bz2
> --2014-08-06 15:00:13-- 
> http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.12.0-rc2.tar.bz2
> Resolving wiresharkdownloads.riverbed.com 
> (wiresharkdownloads.riverbed.com)... 69.4.231.52
> Connecting to wiresharkdownloads.riverbed.com 
> (wiresharkdownloads.riverbed.com)|69.4.231.52|:80... connected.
> HTTP request sent, awaiting response... 404 Not Found
> 2014-08-06 15:00:14 ERROR 404: Not Found.

rc3 and final 1.12.0 were released already, someone willing to send a
patch?

> 2. which layers do I found the libsmi/portaudio recipes?
> 
> 
> -- 
> Best Reagrds,
> Roy | RongQing Li
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: [meta-networking][PATCH] V4 wireshark: fix build depends
       [not found]   ` <20140806081740.GA14848@jama>
@ 2014-08-06  9:29     ` Rongqing Li
  0 siblings, 0 replies; 6+ messages in thread
From: Rongqing Li @ 2014-08-06  9:29 UTC (permalink / raw)
  To: openembedded-devel



On 08/06/2014 04:17 PM, Martin Jansa wrote:
> On Wed, Aug 06, 2014 at 03:41:30PM +0800, Rongqing Li wrote:
>>
>>
>> On 07/26/2014 03:33 AM, Armin Kuster wrote:
>>> This should address issues found in test-dependencies 2014-07-25
>>>
>>> wireshark/wireshark/latest lost dependency on  libcap libnl libnl-genl libnl-nf libnl-route portaudio-v19 sbc
>>>
>>> Signed-off-by: Armin Kuster <akuster@mvista.com>
>>> ---
>>>    meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb | 2 +-
>>>    1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
>>> index 5d6df40..b965fdf 100644
>>> --- a/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
>>> +++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
>>> @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.wireshark.org"
>>>    SECTION = "network"
>>>    LICENSE = "GPL-2.0"
>>>
>>> -DEPENDS = "perl-native libpcap pcre expat glib-2.0 libsmi"
>>> +DEPENDS = "perl-native libcap libpcap pcre expat glib-2.0 libsmi libnl portaudio-v19 sbc"
>>>
>>>    inherit autotools pkgconfig
>>>
>>
>> 1. I can not download wireshark-1.12.0-rc2.tar.bz2, seems it has been
>> removed
>>
>> wget
>> http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.12.0-rc2.tar.bz2
>> --2014-08-06 15:00:13--
>> http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.12.0-rc2.tar.bz2
>> Resolving wiresharkdownloads.riverbed.com
>> (wiresharkdownloads.riverbed.com)... 69.4.231.52
>> Connecting to wiresharkdownloads.riverbed.com
>> (wiresharkdownloads.riverbed.com)|69.4.231.52|:80... connected.
>> HTTP request sent, awaiting response... 404 Not Found
>> 2014-08-06 15:00:14 ERROR 404: Not Found.
>>
>>
>> 2. which layers do I found the libsmi/portaudio recipes?
>
> both are in meta-oe
> http://layers.openembedded.org/layerindex/recipe/23397/
> http://layers.openembedded.org/layerindex/recipe/1080/
>


PACKAGECONFIG should work on libsmi and portaudio.

-Roy

>
>

-- 
Best Reagrds,
Roy | RongQing Li


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

* Re: [meta-networking][PATCH] V4 wireshark: fix build depends
  2014-08-06  9:10   ` Martin Jansa
@ 2014-08-06 13:08     ` Joe MacDonald
  0 siblings, 0 replies; 6+ messages in thread
From: Joe MacDonald @ 2014-08-06 13:08 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2565 bytes --]

[Re: [oe] [meta-networking][PATCH] V4 wireshark: fix build depends] On 14.08.06 (Wed 11:10) Martin Jansa wrote:

> On Wed, Aug 06, 2014 at 03:41:30PM +0800, Rongqing Li wrote:
> > 
> > 
> > On 07/26/2014 03:33 AM, Armin Kuster wrote:
> > > This should address issues found in test-dependencies 2014-07-25
> > >
> > > wireshark/wireshark/latest lost dependency on  libcap libnl libnl-genl libnl-nf libnl-route portaudio-v19 sbc
> > >
> > > Signed-off-by: Armin Kuster <akuster@mvista.com>
> > > ---
> > >   meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb | 2 +-
> > >   1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb b/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
> > > index 5d6df40..b965fdf 100644
> > > --- a/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
> > > +++ b/meta-networking/recipes-support/wireshark/wireshark_1.12.0-rc2.bb
> > > @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.wireshark.org"
> > >   SECTION = "network"
> > >   LICENSE = "GPL-2.0"
> > >
> > > -DEPENDS = "perl-native libpcap pcre expat glib-2.0 libsmi"
> > > +DEPENDS = "perl-native libcap libpcap pcre expat glib-2.0 libsmi libnl portaudio-v19 sbc"
> > >
> > >   inherit autotools pkgconfig
> > >
> > 
> > 1. I can not download wireshark-1.12.0-rc2.tar.bz2, seems it has been 
> > removed
> > 
> > wget 
> > http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.12.0-rc2.tar.bz2
> > --2014-08-06 15:00:13-- 
> > http://wiresharkdownloads.riverbed.com/wireshark/src/wireshark-1.12.0-rc2.tar.bz2
> > Resolving wiresharkdownloads.riverbed.com 
> > (wiresharkdownloads.riverbed.com)... 69.4.231.52
> > Connecting to wiresharkdownloads.riverbed.com 
> > (wiresharkdownloads.riverbed.com)|69.4.231.52|:80... connected.
> > HTTP request sent, awaiting response... 404 Not Found
> > 2014-08-06 15:00:14 ERROR 404: Not Found.
> 
> rc3 and final 1.12.0 were released already, someone willing to send a
> patch?

Sure, I'll send it out now.

-J.

> 
> > 2. which layers do I found the libsmi/portaudio recipes?
> > 
> > 
> > -- 
> > Best Reagrds,
> > Roy | RongQing Li
> > -- 
> > _______________________________________________
> > Openembedded-devel mailing list
> > Openembedded-devel@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-devel
> 
> -- 
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com



-- 
-Joe MacDonald.
:wq

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 501 bytes --]

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

end of thread, other threads:[~2014-08-06 13:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-25 19:33 [meta-networking][PATCH] V4 wireshark: fix build depends Armin Kuster
2014-07-30  7:26 ` Martin Jansa
2014-08-06  7:41 ` Rongqing Li
2014-08-06  9:10   ` Martin Jansa
2014-08-06 13:08     ` Joe MacDonald
     [not found]   ` <20140806081740.GA14848@jama>
2014-08-06  9:29     ` Rongqing Li

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.