From patchwork Mon May 14 16:09:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [04/69] canutils: Update LICENSE field version Date: Mon, 14 May 2012 16:09:29 -0000 From: chase maupin X-Patchwork-Id: 27721 Message-Id: <1337011834-24879-5-git-send-email-Chase.Maupin@ti.com> To: Cc: Chase Maupin * 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 --- 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} \ "