All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] opkg: disable GPLv3 code.
@ 2010-09-20 23:44 Graham Gower
  2010-09-21  0:06 ` Graham Gower
  2010-09-21  9:22 ` Roman I Khimov
  0 siblings, 2 replies; 4+ messages in thread
From: Graham Gower @ 2010-09-20 23:44 UTC (permalink / raw)
  To: openembedded-devel

The sha256 code is GPLv3 licensed. This was not obvious and the license clause
in opkg recipes was not updated when the sha256 code was added.

All other files in opkg remain licensed GPLv2 (or later).

Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
 recipes/opkg/opkg.inc |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/opkg/opkg.inc b/recipes/opkg/opkg.inc
index 3f94506..ae1622a 100644
--- a/recipes/opkg/opkg.inc
+++ b/recipes/opkg/opkg.inc
@@ -4,7 +4,7 @@ SECTION = "base"
 LICENSE = "GPLv2"
 SRCREV = ${OPKG_SRCREV}
 PV = "0.1.8+svnr${SRCPV}"
-INC_PR = "r1"
+INC_PR = "r2"
 
 SRC_URI = "svn://opkg.googlecode.com/svn;module=trunk;proto=http \
 	   file://configure \
@@ -22,4 +22,5 @@ do_install_prepend() {
 EXTRA_OECONF += " --disable-gpg \ 
                   --disable-openssl \ 
                   --disable-ssl-curl \
-                  --disable-curl"
+                  --disable-curl \
+                  --disable-sha256"
-- 
1.7.1





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

* Re: [PATCH] opkg: disable GPLv3 code.
  2010-09-20 23:44 [PATCH] opkg: disable GPLv3 code Graham Gower
@ 2010-09-21  0:06 ` Graham Gower
  2010-09-21  9:22 ` Roman I Khimov
  1 sibling, 0 replies; 4+ messages in thread
From: Graham Gower @ 2010-09-21  0:06 UTC (permalink / raw)
  To: openembedded-devel

On 21 September 2010 09:14, Graham Gower <graham.gower@gmail.com> wrote:
> The sha256 code is GPLv3 licensed. This was not obvious and the license clause
> in opkg recipes was not updated when the sha256 code was added.
>
> All other files in opkg remain licensed GPLv2 (or later).

I forgot to mention that sha256 checksums for packages are currently
not used in OE, thus disabling this feature should not present
problems.

-Graham



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

* Re: [PATCH] opkg: disable GPLv3 code.
  2010-09-20 23:44 [PATCH] opkg: disable GPLv3 code Graham Gower
  2010-09-21  0:06 ` Graham Gower
@ 2010-09-21  9:22 ` Roman I Khimov
  2010-09-21 18:51   ` Denys Dmytriyenko
  1 sibling, 1 reply; 4+ messages in thread
From: Roman I Khimov @ 2010-09-21  9:22 UTC (permalink / raw)
  To: openembedded-devel

В сообщении от Вторник 21 сентября 2010 03:44:13 автор Graham Gower написал:
> The sha256 code is GPLv3 licensed. This was not obvious and the license
>  clause in opkg recipes was not updated when the sha256 code was added.
> 
> All other files in opkg remain licensed GPLv2 (or later).
> 
> Signed-off-by: Graham Gower <graham.gower@gmail.com>

Acked-by: Roman I Khimov <khimov@altell.ru>

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

* Re: [PATCH] opkg: disable GPLv3 code.
  2010-09-21  9:22 ` Roman I Khimov
@ 2010-09-21 18:51   ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2010-09-21 18:51 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Sep 21, 2010 at 01:22:27PM +0400, Roman I Khimov wrote:
> В сообщении от Вторник 21 сентября 2010 03:44:13 автор Graham Gower написал:
> > The sha256 code is GPLv3 licensed. This was not obvious and the license
> >  clause in opkg recipes was not updated when the sha256 code was added.
> > 
> > All other files in opkg remain licensed GPLv2 (or later).
> > 
> > Signed-off-by: Graham Gower <graham.gower@gmail.com>
> 
> Acked-by: Roman I Khimov <khimov@altell.ru>

Acked-by: Denys Dmytriyenko <denis@denix.org>

-- 
Denys




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

end of thread, other threads:[~2010-09-21 18:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-20 23:44 [PATCH] opkg: disable GPLv3 code Graham Gower
2010-09-21  0:06 ` Graham Gower
2010-09-21  9:22 ` Roman I Khimov
2010-09-21 18:51   ` Denys Dmytriyenko

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.