[oe-commits] chase maupin : libnl: Update LICENSE field version to LGPLv2.1

git at git.openembedded.org git at git.openembedded.org
Fri Dec 14 19:28:32 UTC 2012


Module: openembedded.git
Branch: master
Commit: ddcb3f3ae9c8d2b05d510b5a65f2c8a270aa0b1c
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=ddcb3f3ae9c8d2b05d510b5a65f2c8a270aa0b1c

Author: chase maupin <chase.maupin at ti.com>
Date:   Mon May 21 14:29:33 2012 +0000

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 at ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/libnl/libnl_2.0.bb |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/libnl/libnl_2.0.bb b/recipes/libnl/libnl_2.0.bb
index d1cbc0b..c79c5e9 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"
 





More information about the Openembedded-commits mailing list