| Submitter | chase maupin |
|---|---|
| Date | May 14, 2012, 4:09 p.m. |
| Message ID | <1337011834-24879-5-git-send-email-Chase.Maupin@ti.com> |
| Download | mbox | patch |
| Permalink | /patch/27721/ |
| State | Accepted |
| Commit | 8f917d3e28858b3528b8a296756426727c1eb385 |
| Headers | show |
Comments
Patch
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} \ "
* 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> --- recipes/socketcan/canutils.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)