aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/socketcan
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-05-11 17:01:26 -0500
committerChase Maupin <Chase.Maupin@ti.com>2012-05-21 09:19:27 -0500
commit7685414c72087207a09dad20ecbed637cc3cb8f9 (patch)
treea2a62523e53ed483d9375440b1a2291fc277d73b /recipes/socketcan
parentb45e26a86fb8273584eab597da8c5ecb674ebd87 (diff)
downloadopenembedded-7685414c72087207a09dad20ecbed637cc3cb8f9.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>
Diffstat (limited to 'recipes/socketcan')
-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} \
"