diff options
author | chase maupin <chase.maupin@ti.com> | 2012-05-11 21:52:23 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-06-05 10:48:32 +0200 |
commit | caebdafb40596f05b38d504eb756bcfe1a07bfc9 (patch) | |
tree | d31ed14f069a748c212294d48fe58a2f515c53fb | |
parent | c144932088f494b3bab31a99a6405e419b23dbb3 (diff) | |
download | meta-openembedded-caebdafb40596f05b38d504eb756bcfe1a07bfc9.tar.gz |
libidl: Update LICENSE to contain actual version
* Updated the LICENSE field to contain the version of the LGPL
being used which is LGPLv2+
* Update the PR to reflect this license change
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-gnome/recipes-gnome/libidl/libidl.inc | 2 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/libidl/libidl_0.8.13.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/libidl/libidl.inc b/meta-gnome/recipes-gnome/libidl/libidl.inc index 7a90a7044..a40203776 100644 --- a/meta-gnome/recipes-gnome/libidl/libidl.inc +++ b/meta-gnome/recipes-gnome/libidl/libidl.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "Library for parsing CORBA IDL files" | 1 | DESCRIPTION = "Library for parsing CORBA IDL files" |
2 | SECTION = "x11/gnome/libs" | 2 | SECTION = "x11/gnome/libs" |
3 | LICENSE = "LGPL" | 3 | LICENSE = "LGPLv2+" |
4 | 4 | ||
5 | inherit autotools pkgconfig | 5 | inherit autotools pkgconfig |
6 | 6 | ||
diff --git a/meta-gnome/recipes-gnome/libidl/libidl_0.8.13.bb b/meta-gnome/recipes-gnome/libidl/libidl_0.8.13.bb index 732178d03..d658cf8c7 100644 --- a/meta-gnome/recipes-gnome/libidl/libidl_0.8.13.bb +++ b/meta-gnome/recipes-gnome/libidl/libidl_0.8.13.bb | |||
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" | |||
4 | 4 | ||
5 | DEPENDS = "glib-2.0 flex-native libidl-native" | 5 | DEPENDS = "glib-2.0 flex-native libidl-native" |
6 | 6 | ||
7 | PR = "r0" | 7 | PR = "r1" |
8 | 8 | ||
9 | BINCONFIG_GLOB = "*-config-2" | 9 | BINCONFIG_GLOB = "*-config-2" |
10 | inherit autotools pkgconfig binconfig | 10 | inherit autotools pkgconfig binconfig |