aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchase maupin <chase.maupin@ti.com>2012-05-21 14:29:33 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-14 00:26:45 +0100
commitddcb3f3ae9c8d2b05d510b5a65f2c8a270aa0b1c (patch)
tree6f8b1fd2546f6aba5ba2e96fab11e17149456f5f
parenta9cacaeb24705c628a8187fd52e971de9408bcf3 (diff)
downloadopenembedded-ddcb3f3ae9c8d2b05d510b5a65f2c8a270aa0b1c.tar.gz
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 <Chase.Maupin@ti.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/libnl/libnl_2.0.bb5
1 files changed, 4 insertions, 1 deletions
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"