xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/libaio/libaio_0.3.112.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "Asynchronous I/O library"
2DESCRIPTION = "Asynchronous input/output library that uses the kernels native interface"
3HOMEPAGE = "http://lse.sourceforge.net/io/aio.html"
4
5LICENSE = "LGPL-2.1-or-later"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
7
8SRC_URI = "git://pagure.io/libaio.git;protocol=https;branch=master \
9           file://00_arches.patch \
10           file://libaio_fix_for_mips_syscalls.patch \
11           file://system-linkage.patch \
12           "
13SRCREV = "d025927efa75a0d1b46ca3a5ef331caa2f46ee0e"
14S = "${WORKDIR}/git"
15
16EXTRA_OEMAKE =+ "prefix=${prefix} includedir=${includedir} libdir=${libdir}"
17
18do_install () {
19    oe_runmake install DESTDIR=${D}
20}
21
22BBCLASSEXTEND = "native nativesdk"
23