[oe-commits] chase maupin : canutils: Update LICENSE field version GPLv2

git at git.openembedded.org git at git.openembedded.org
Fri Dec 14 19:28:18 UTC 2012


Module: openembedded.git
Branch: master
Commit: 8f917d3e28858b3528b8a296756426727c1eb385
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=8f917d3e28858b3528b8a296756426727c1eb385

Author: chase maupin <chase.maupin at ti.com>
Date:   Mon May 21 14:29:04 2012 +0000

canutils: Update LICENSE field version GPLv2

* Updated LICENSE field version from generic LGPL to GPLv2 to
  reflect the actual license and license version of the code.
* This change was back-ported from oe-core

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/socketcan/canutils.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/socketcan/canutils.inc b/recipes/socketcan/canutils.inc
index a4edeea..6ee6bbd 100644
--- a/recipes/socketcan/canutils.inc
+++ b/recipes/socketcan/canutils.inc
@@ -3,10 +3,10 @@ AUTHOR = "Luotao Fu"
 HOMEPAGE = "http://www.pengutronix.de"
 SECTION = "console/network"
 PRIORITY = "optional"
-LICENSE = "LGPL"
+LICENSE = "GPLv2"
 DEPENDS = "libsocketcan"
 RCONFLICTS_${PN} = "socketcan-utils-test"
-INC_PR = "r1"
+INC_PR = "r2"
 
 SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git;tag=${TAG} \
         "





More information about the Openembedded-commits mailing list