Re: [oe] [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4

2015-09-16 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4] On 15.09.15 (Tue 
13:17) Khem Raj wrote:

> 
> > On Sep 15, 2015, at 10:24 AM, Joe MacDonald <joe_macdon...@mentor.com> 
> > wrote:
> > 
> > [Re: [oe] [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4] On 15.09.15 
> > (Tue 09:52) Khem Raj wrote:
> > 
> >> On Tue, Sep 15, 2015 at 1:52 AM, Kang Kai <kai.k...@windriver.com> wrote:
> >>> Got it.
> >>> 
> >>> For for iftop, it just update licensing text.
> >>> 
> >>> 
> >>> revision 1.3
> >>> date: 2014/01/01 14:50:05;  author: pdw;  state: Exp;  lines: +7 -8
> >>> Update to licensing text.  Patch by Robert Scheck 
> >>> <rob...@fedoraproject.org>
> >>> 
> >>> 
> >> 
> >> what was updated in essence is important here not logs
> > 
> > Yeah, I had hoped that would've come through in either the earlier link
> > or my referencing it here.  I inspected the change myself and the
> > changes are limited to replacing 'library' with 'lesser' and the street
> > address of the FSF in the GPL text, which isn't surprising, but that's
> > really the information that should have been communicated in the commit
> > log itself.
> 
> ‘library' GPL ( LGPL ) and ‘Lesser' GPL ( LGPL ) are they same ? I think we 
> need to find more

I don't remember exactly when it happened but I know it was a general
shift in the FSF to change the language for LGPL to mean "lesser" rather
than "library" in the early 2000s.  The thinking at the time was that
"library" implied the license would only apply to shared libraries due
to the wording, when really the intent was to be more BSD-ish.

In this case, though, the question isn't relevant because the change to
the license is actually the GPLv2 one which contains a reference to LGPL
by name (formerly library but now lesser).  The current text in Kai's
update is the text that comes from the FSF website when you look at the
GPLv2 license.  The package and the license is GPLv2, though, not LGPL,
so the semantics of that change don't matter.

In general I agree that Kai's commit log (and subsequent follow-up)
aren't sufficient at all, but I was feeling bad about all of the
back-and-forth with Wind River's China office lately and thought I'd go
the extra distance to do his research for him and merge the patch if
possible.

-J.

> 
> > 
> > -- 
> > -Joe MacDonald.
> > :wq
> 

-- 
-Joe MacDonald.
:wq


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4

2015-09-15 Thread Kang Kai

On 2015年09月15日 03:37, Joe MacDonald wrote:

[[oe] [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4] On 15.09.10 (Thu 
13:38) kai.k...@windriver.com wrote:


From: Kai Kang <kai.k...@windriver.com>

* update md5sum of license file

http://comments.gmane.org/gmane.comp.handhelds.openembedded/70213

Please try to provide some context any time a license file changes.


Got it.

For for iftop, it just update licensing text.


revision 1.3
date: 2014/01/01 14:50:05;  author: pdw;  state: Exp;  lines: +7 -8
Update to licensing text.  Patch by Robert Scheck <rob...@fedoraproject.org>



--Kai



-J.


Signed-off-by: Kai Kang <kai.k...@windriver.com>
---
  .../recipes-support/iftop/{iftop_1.0pre2.bb => iftop_1.0pre4.bb}| 6 +++---
  1 file changed, 3 insertions(+), 3 deletions(-)
  rename meta-networking/recipes-support/iftop/{iftop_1.0pre2.bb => 
iftop_1.0pre4.bb} (57%)

diff --git a/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb 
b/meta-networking/recipes-support/iftop/iftop_1.0pre4.bb
similarity index 57%
rename from meta-networking/recipes-support/iftop/iftop_1.0pre2.bb
rename to meta-networking/recipes-support/iftop/iftop_1.0pre4.bb
index e60fc8a..0c8e494 100644
--- a/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb
+++ b/meta-networking/recipes-support/iftop/iftop_1.0pre4.bb
@@ -4,11 +4,11 @@ SECTION = "net"
  DEPENDS = "libpcap ncurses"
  
  LICENSE = "GPLv2"

-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+LIC_FILES_CHKSUM = "file://COPYING;md5=76498170798db0f4f0fb685a225f702f"
  
  SRC_URI = "http://www.ex-parrot.com/pdw/iftop/download/iftop-${PV}.tar.gz;

-SRC_URI[md5sum] = "fef521a49ec0122458d02c64212af3c5"
-SRC_URI[sha256sum] = 
"1b193037bb3019afae88cd94c87468aac4b045d81ab816ed8d2f489716b14027"
+SRC_URI[md5sum] = "7e6decb4958e8a4890cccac335239f24"
+SRC_URI[sha256sum] = 
"f733eeea371a7577f8fe353d86dd88d16f5b2a2e702bd96f5ffb2c197d9b4f97"
  
  inherit autotools-brokensep
  
--

1.9.1




--
Regards,
Neil | Kai Kang

--
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4

2015-09-15 Thread Khem Raj
On Tue, Sep 15, 2015 at 1:52 AM, Kang Kai  wrote:
> Got it.
>
> For for iftop, it just update licensing text.
>
> 
> revision 1.3
> date: 2014/01/01 14:50:05;  author: pdw;  state: Exp;  lines: +7 -8
> Update to licensing text.  Patch by Robert Scheck 
> 
>

what was updated in essence is important here not logs
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4

2015-09-15 Thread Joe MacDonald
[Re: [oe] [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4] On 15.09.15 (Tue 
09:52) Khem Raj wrote:

> On Tue, Sep 15, 2015 at 1:52 AM, Kang Kai <kai.k...@windriver.com> wrote:
> > Got it.
> >
> > For for iftop, it just update licensing text.
> >
> > 
> > revision 1.3
> > date: 2014/01/01 14:50:05;  author: pdw;  state: Exp;  lines: +7 -8
> > Update to licensing text.  Patch by Robert Scheck <rob...@fedoraproject.org>
> > 
> >
> 
> what was updated in essence is important here not logs

Yeah, I had hoped that would've come through in either the earlier link
or my referencing it here.  I inspected the change myself and the
changes are limited to replacing 'library' with 'lesser' and the street
address of the FSF in the GPL text, which isn't surprising, but that's
really the information that should have been communicated in the commit
log itself.

-- 
-Joe MacDonald.
:wq


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4

2015-09-15 Thread Khem Raj

> On Sep 15, 2015, at 10:24 AM, Joe MacDonald <joe_macdon...@mentor.com> wrote:
> 
> [Re: [oe] [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4] On 15.09.15 
> (Tue 09:52) Khem Raj wrote:
> 
>> On Tue, Sep 15, 2015 at 1:52 AM, Kang Kai <kai.k...@windriver.com> wrote:
>>> Got it.
>>> 
>>> For for iftop, it just update licensing text.
>>> 
>>> 
>>> revision 1.3
>>> date: 2014/01/01 14:50:05;  author: pdw;  state: Exp;  lines: +7 -8
>>> Update to licensing text.  Patch by Robert Scheck <rob...@fedoraproject.org>
>>> 
>>> 
>> 
>> what was updated in essence is important here not logs
> 
> Yeah, I had hoped that would've come through in either the earlier link
> or my referencing it here.  I inspected the change myself and the
> changes are limited to replacing 'library' with 'lesser' and the street
> address of the FSF in the GPL text, which isn't surprising, but that's
> really the information that should have been communicated in the commit
> log itself.

‘library' GPL ( LGPL ) and ‘Lesser' GPL ( LGPL ) are they same ? I think we 
need to find more

> 
> -- 
> -Joe MacDonald.
> :wq

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4

2015-09-14 Thread Joe MacDonald
[[oe] [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4] On 15.09.10 (Thu 
13:38) kai.k...@windriver.com wrote:

> From: Kai Kang <kai.k...@windriver.com>
> 
> * update md5sum of license file

http://comments.gmane.org/gmane.comp.handhelds.openembedded/70213

Please try to provide some context any time a license file changes.

-J.

> 
> Signed-off-by: Kai Kang <kai.k...@windriver.com>
> ---
>  .../recipes-support/iftop/{iftop_1.0pre2.bb => iftop_1.0pre4.bb}| 6 
> +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta-networking/recipes-support/iftop/{iftop_1.0pre2.bb => 
> iftop_1.0pre4.bb} (57%)
> 
> diff --git a/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb 
> b/meta-networking/recipes-support/iftop/iftop_1.0pre4.bb
> similarity index 57%
> rename from meta-networking/recipes-support/iftop/iftop_1.0pre2.bb
> rename to meta-networking/recipes-support/iftop/iftop_1.0pre4.bb
> index e60fc8a..0c8e494 100644
> --- a/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb
> +++ b/meta-networking/recipes-support/iftop/iftop_1.0pre4.bb
> @@ -4,11 +4,11 @@ SECTION = "net"
>  DEPENDS = "libpcap ncurses"
>  
>  LICENSE = "GPLv2"
> -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=76498170798db0f4f0fb685a225f702f"
>  
>  SRC_URI = "http://www.ex-parrot.com/pdw/iftop/download/iftop-${PV}.tar.gz;
> -SRC_URI[md5sum] = "fef521a49ec0122458d02c64212af3c5"
> -SRC_URI[sha256sum] = 
> "1b193037bb3019afae88cd94c87468aac4b045d81ab816ed8d2f489716b14027"
> +SRC_URI[md5sum] = "7e6decb4958e8a4890cccac335239f24"
> +SRC_URI[sha256sum] = 
> "f733eeea371a7577f8fe353d86dd88d16f5b2a2e702bd96f5ffb2c197d9b4f97"
>  
>  inherit autotools-brokensep
>  
> -- 
> 1.9.1
> 
-- 
-Joe MacDonald.
:wq


signature.asc
Description: Digital signature
-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4

2015-09-09 Thread kai.kang
From: Kai Kang 

* update md5sum of license file

Signed-off-by: Kai Kang 
---
 .../recipes-support/iftop/{iftop_1.0pre2.bb => iftop_1.0pre4.bb}| 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-networking/recipes-support/iftop/{iftop_1.0pre2.bb => 
iftop_1.0pre4.bb} (57%)

diff --git a/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb 
b/meta-networking/recipes-support/iftop/iftop_1.0pre4.bb
similarity index 57%
rename from meta-networking/recipes-support/iftop/iftop_1.0pre2.bb
rename to meta-networking/recipes-support/iftop/iftop_1.0pre4.bb
index e60fc8a..0c8e494 100644
--- a/meta-networking/recipes-support/iftop/iftop_1.0pre2.bb
+++ b/meta-networking/recipes-support/iftop/iftop_1.0pre4.bb
@@ -4,11 +4,11 @@ SECTION = "net"
 DEPENDS = "libpcap ncurses"
 
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+LIC_FILES_CHKSUM = "file://COPYING;md5=76498170798db0f4f0fb685a225f702f"
 
 SRC_URI = "http://www.ex-parrot.com/pdw/iftop/download/iftop-${PV}.tar.gz;
-SRC_URI[md5sum] = "fef521a49ec0122458d02c64212af3c5"
-SRC_URI[sha256sum] = 
"1b193037bb3019afae88cd94c87468aac4b045d81ab816ed8d2f489716b14027"
+SRC_URI[md5sum] = "7e6decb4958e8a4890cccac335239f24"
+SRC_URI[sha256sum] = 
"f733eeea371a7577f8fe353d86dd88d16f5b2a2e702bd96f5ffb2c197d9b4f97"
 
 inherit autotools-brokensep
 
-- 
1.9.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel