[oe-commits] chase maupin : libidl: Update LICENSE field version to LGPLv2

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


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

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

libidl: Update LICENSE field version to LGPLv2

* Updated LICENSE field version from generic LGPL to LGPLv2+ to
  reflect the real license version.
* This change was based on code inspection.
* This change has also been submitted to oe-core.

Signed-off-by: Chase Maupin <Chase.Maupin at ti.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/libidl/libidl-native_0.8.13.bb |    2 +-
 recipes/libidl/libidl.inc              |    2 +-
 recipes/libidl/libidl_0.8.13.bb        |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/recipes/libidl/libidl-native_0.8.13.bb b/recipes/libidl/libidl-native_0.8.13.bb
index 834f4af..0fae990 100644
--- a/recipes/libidl/libidl-native_0.8.13.bb
+++ b/recipes/libidl/libidl-native_0.8.13.bb
@@ -2,7 +2,7 @@ SECTION = "libs"
 require libidl_${PV}.bb
 inherit native
 
-PR = "r1"
+PR = "r2"
 
 DEPENDS = "bison-native glib-2.0-native"
 
diff --git a/recipes/libidl/libidl.inc b/recipes/libidl/libidl.inc
index 7a90a70..a402037 100644
--- a/recipes/libidl/libidl.inc
+++ b/recipes/libidl/libidl.inc
@@ -1,6 +1,6 @@
 DESCRIPTION = "Library for parsing CORBA IDL files"
 SECTION = "x11/gnome/libs"
-LICENSE = "LGPL"
+LICENSE = "LGPLv2+"
 
 inherit autotools pkgconfig
 
diff --git a/recipes/libidl/libidl_0.8.13.bb b/recipes/libidl/libidl_0.8.13.bb
index 141d802..c95b32f 100644
--- a/recipes/libidl/libidl_0.8.13.bb
+++ b/recipes/libidl/libidl_0.8.13.bb
@@ -2,7 +2,7 @@ require libidl.inc
 
 DEPENDS = "glib-2.0 flex-native libidl-native"
 
-PR = "r0"
+PR = "r1"
 
 BINCONFIG_GLOB = "*-config-2"
 inherit autotools pkgconfig binconfig





More information about the Openembedded-commits mailing list