From ddcb3f3ae9c8d2b05d510b5a65f2c8a270aa0b1c Mon Sep 17 00:00:00 2001 From: chase maupin Date: Mon, 21 May 2012 14:29:33 +0000 Subject: libnl: Update LICENSE field version to LGPLv2.1 * 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 Signed-off-by: Martin Jansa --- recipes/libnl/libnl_2.0.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes/libnl/libnl_2.0.bb b/recipes/libnl/libnl_2.0.bb index d1cbc0beeb..c79c5e9b5b 100644 --- a/recipes/libnl/libnl_2.0.bb +++ b/recipes/libnl/libnl_2.0.bb @@ -1,6 +1,9 @@ require libnl.inc + +LICENSE = "LGPLv2.1" + PE = "1" -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" DEPENDS = "flex-native bison-native" -- cgit 1.2.3-korg