* [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4
@ 2015-09-10 5:38 kai.kang
2015-09-14 19:37 ` Joe MacDonald
0 siblings, 1 reply; 7+ messages in thread
From: kai.kang @ 2015-09-10 5:38 UTC (permalink / raw)
To: openembedded-devel
From: Kai Kang <kai.kang@windriver.com>
* update md5sum of license file
Signed-off-by: Kai Kang <kai.kang@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
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4 2015-09-10 5:38 [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4 kai.kang @ 2015-09-14 19:37 ` Joe MacDonald 2015-09-15 8:52 ` Kang Kai 0 siblings, 1 reply; 7+ messages in thread From: Joe MacDonald @ 2015-09-14 19:37 UTC (permalink / raw) To: kai.kang; +Cc: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 1814 bytes --] [[oe] [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4] On 15.09.10 (Thu 13:38) kai.kang@windriver.com wrote: > From: Kai Kang <kai.kang@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.kang@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 [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 484 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4 2015-09-14 19:37 ` Joe MacDonald @ 2015-09-15 8:52 ` Kang Kai 2015-09-15 16:52 ` Khem Raj 0 siblings, 1 reply; 7+ messages in thread From: Kang Kai @ 2015-09-15 8:52 UTC (permalink / raw) To: Joe MacDonald; +Cc: openembedded-devel 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.kang@windriver.com wrote: > >> From: Kai Kang <kai.kang@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 <robert@fedoraproject.org> ---------------------------- --Kai > > -J. > >> Signed-off-by: Kai Kang <kai.kang@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 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4 2015-09-15 8:52 ` Kang Kai @ 2015-09-15 16:52 ` Khem Raj 2015-09-15 17:24 ` Joe MacDonald 0 siblings, 1 reply; 7+ messages in thread From: Khem Raj @ 2015-09-15 16:52 UTC (permalink / raw) To: openembeded-devel On Tue, Sep 15, 2015 at 1:52 AM, Kang Kai <Kai.Kang@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 <robert@fedoraproject.org> > ---------------------------- > what was updated in essence is important here not logs ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4 2015-09-15 16:52 ` Khem Raj @ 2015-09-15 17:24 ` Joe MacDonald 2015-09-15 20:17 ` Khem Raj 0 siblings, 1 reply; 7+ messages in thread From: Joe MacDonald @ 2015-09-15 17:24 UTC (permalink / raw) To: Khem Raj; +Cc: openembeded-devel [-- Attachment #1: Type: text/plain, Size: 966 bytes --] [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.Kang@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 <robert@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 [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 484 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4 2015-09-15 17:24 ` Joe MacDonald @ 2015-09-15 20:17 ` Khem Raj 2015-09-16 13:38 ` Joe MacDonald 0 siblings, 1 reply; 7+ messages in thread From: Khem Raj @ 2015-09-15 20:17 UTC (permalink / raw) To: Joe MacDonald; +Cc: Martin Jansa > On Sep 15, 2015, at 10:24 AM, Joe MacDonald <Joe_MacDonald@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.Kang@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 <robert@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 ^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4 2015-09-15 20:17 ` Khem Raj @ 2015-09-16 13:38 ` Joe MacDonald 0 siblings, 0 replies; 7+ messages in thread From: Joe MacDonald @ 2015-09-16 13:38 UTC (permalink / raw) To: Khem Raj; +Cc: Martin Jansa [-- Attachment #1: Type: text/plain, Size: 2457 bytes --] [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_MacDonald@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.Kang@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 <robert@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 [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 484 bytes --] ^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-09-16 13:40 UTC | newest] Thread overview: 7+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2015-09-10 5:38 [meta-networking][PATCH] iftop: 1.0pre2 -> 1.0pre4 kai.kang 2015-09-14 19:37 ` Joe MacDonald 2015-09-15 8:52 ` Kang Kai 2015-09-15 16:52 ` Khem Raj 2015-09-15 17:24 ` Joe MacDonald 2015-09-15 20:17 ` Khem Raj 2015-09-16 13:38 ` Joe MacDonald
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.