diff options
author | Qing He <qing.he@intel.com> | 2010-08-27 10:15:31 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-02 09:50:49 +0100 |
commit | 118c36466cd786823d2b8e4968b79a6597b2649b (patch) | |
tree | fd61b2ffab1173cf6b48c8a9fb45dcdd5da7b818 /meta/recipes-extended/libaio/libaio_0.3.107.bb | |
parent | dd5509458fa5f78a3d4358b8a22dfdee40cac660 (diff) | |
download | openembedded-core-118c36466cd786823d2b8e4968b79a6597b2649b.tar.gz openembedded-core-118c36466cd786823d2b8e4968b79a6597b2649b.tar.bz2 openembedded-core-118c36466cd786823d2b8e4968b79a6597b2649b.zip |
libaio: add new recipe
version 0.3.107
from open embedded
changes:
- use $(AR) and $(RANLIB) instead of ar and ranlib
Signed-off-by: Qing He <qing.he@intel.com>
Diffstat (limited to 'meta/recipes-extended/libaio/libaio_0.3.107.bb')
-rw-r--r-- | meta/recipes-extended/libaio/libaio_0.3.107.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-extended/libaio/libaio_0.3.107.bb b/meta/recipes-extended/libaio/libaio_0.3.107.bb new file mode 100644 index 0000000000..32d52adcf1 --- /dev/null +++ b/meta/recipes-extended/libaio/libaio_0.3.107.bb @@ -0,0 +1,18 @@ +DESCRIPTION="Asynchronous input/output library that uses the kernels native interface" +HOMEPAGE = "http://lse.sourceforge.net/io/aio.html" + +LICENSE = "LGPLv2.1+" +LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" + +PR = "r0" + +SRC_URI = "${DEBIAN_MIRROR}/main/liba/libaio/libaio_${PV}.orig.tar.gz \ + file://00_arches.patch \ + file://toolchain.patch \ + file://destdir.patch" + +EXTRA_OEMAKE =+ "prefix=${prefix} includedir=${includedir} libdir=${libdir}" + +do_install () { + oe_runmake install DESTDIR=${D} +} |