[oe-commits] Leon Woestenberg : libaio-oracle: Change license from GPL to LGPL. See COPYING.LIB.

git version control git at git.openembedded.org
Thu Jun 11 22:14:17 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 097fd070937574c55f4a2c071daf37d406547168
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=097fd070937574c55f4a2c071daf37d406547168

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Mon Jun  8 22:45:11 2009 +0200

libaio-oracle: Change license from GPL to LGPL. See COPYING.LIB.

Signed-off-by: Leon Woestenberg <leon at sidebranch.com>

---

 recipes/libaio/libaio-oracle_0.3.0.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/libaio/libaio-oracle_0.3.0.bb b/recipes/libaio/libaio-oracle_0.3.0.bb
index 04cacae..9a11c7c 100644
--- a/recipes/libaio/libaio-oracle_0.3.0.bb
+++ b/recipes/libaio/libaio-oracle_0.3.0.bb
@@ -4,7 +4,8 @@
 
 DESCRIPTION="This is a library for accessing the new AIO system calls (asynchronous i/o) for the Linux kernel."
 HOMEPAGE="http://oss.oracle.com/projects/libaio-oracle"
-LICENSE="GPL"
+LICENSE="LGPL"
+PR = "r1"
 
 SRC_URI="http://oss.oracle.com/projects/libaio-oracle/dist/files/${PN}-${PV}.tar.gz"
 
@@ -31,4 +32,3 @@ do_stage() {
 	rm -f ${STAGE_TEMP}/usr/lib/*.la
 	oe_libinstall -a -so -C ${STAGE_TEMP}/usr/lib libaio-oracle ${STAGING_LIBDIR}
 }
-





More information about the Openembedded-commits mailing list