Message ID | 1337011834-24879-42-git-send-email-Chase.Maupin@ti.com |
---|---|
State | Accepted |
Commit | c94482c79d8818ce1870f69561596495adc38646 |
Headers | show |
diff --git a/recipes/socketcan/libsocketcan.inc b/recipes/socketcan/libsocketcan.inc index e52cc08..d518924 100644 --- a/recipes/socketcan/libsocketcan.inc +++ b/recipes/socketcan/libsocketcan.inc @@ -3,10 +3,10 @@ AUTHOR = "Luotao Fu" HOMEPAGE = "http://www.pengutronix.de" SECTION = "libs/network" PRIORITY = "optional" -LICENSE = "LGPL" +LICENSE = "LGPLv2.1" TAG = "v${PV}" -INC_PR = "r0" +INC_PR = "r1" SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=git;tag=${TAG} \ "
* Updated LICENSE field version from generic LGPL to LGPLv2.1 to reflect the real license version. * This change was back-ported from oe-core. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> --- recipes/socketcan/libsocketcan.inc | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)