libaio-oracle: Change license from GPL to LGPL. See COPYING.LIB.
authorLeon Woestenberg <leon@sidebranch.com>
Mon, 8 Jun 2009 20:45:11 +0000 (22:45 +0200)
committerLeon Woestenberg <leon@sidebranch.com>
Thu, 11 Jun 2009 20:24:30 +0000 (22:24 +0200)
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
recipes/libaio/libaio-oracle_0.3.0.bb

index 04cacae..9a11c7c 100644 (file)
@@ -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}
 }
-