aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchase maupin <chase.maupin@ti.com>2012-05-21 14:29:04 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-14 00:25:46 +0100
commit8f917d3e28858b3528b8a296756426727c1eb385 (patch)
tree6bef1ec3216de8fce10681f5f57b41227b05f4e7
parente8551b682b5a377c679ca1c2426596058763e27d (diff)
downloadopenembedded-8f917d3e28858b3528b8a296756426727c1eb385.tar.gz
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@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/socketcan/canutils.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/socketcan/canutils.inc b/recipes/socketcan/canutils.inc
index a4edeea09f..6ee6bbd9a8 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} \
"