[oe-commits] Graham Gower : opkg: disable GPLv3 code.

git version control git at git.openembedded.org
Wed Sep 22 06:06:05 UTC 2010


Module: openembedded.git
Branch: master
Commit: cffcd879fd403b73e97e5900733d856399262b3f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cffcd879fd403b73e97e5900733d856399262b3f

Author: Graham Gower <graham.gower at gmail.com>
Date:   Mon Sep 20 13:44:13 2010 +0000

opkg: disable GPLv3 code.

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 at gmail.com>
Acked-by: Roman I Khimov <khimov at altell.ru>
Acked-by: Denys Dmytriyenko <denis at denix.org>
Signed-off-by: Khem Raj <raj.khem at 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"





More information about the Openembedded-commits mailing list