aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChase Maupin <Chase.Maupin@ti.com>2012-05-14 09:11:57 -0500
committerChase Maupin <Chase.Maupin@ti.com>2012-05-21 09:20:26 -0500
commit0c2879dce7a04d7663cdad8b5b85e5422a35988d (patch)
tree4f62019786eb34dc8d24f0d4747672b63ff9759f
parentcae3c31c69155fda8b3a365214d29e003b0a3df2 (diff)
downloadopenembedded-0c2879dce7a04d7663cdad8b5b85e5422a35988d.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>
-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"