From: Leon Woestenberg Date: Mon, 8 Jun 2009 20:45:11 +0000 (+0200) Subject: libaio-oracle: Change license from GPL to LGPL. See COPYING.LIB. X-Git-Tag: Release-2010-05/1~3198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=097fd070937574c55f4a2c071daf37d406547168;p=openembedded.git libaio-oracle: Change license from GPL to LGPL. See COPYING.LIB. Signed-off-by: Leon Woestenberg --- diff --git a/recipes/libaio/libaio-oracle_0.3.0.bb b/recipes/libaio/libaio-oracle_0.3.0.bb index 04cacae4fd..9a11c7c658 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} } -