diff options
Diffstat (limited to 'meta/recipes-extended/libaio/libaio_0.3.111.bb')
-rw-r--r-- | meta/recipes-extended/libaio/libaio_0.3.111.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-extended/libaio/libaio_0.3.111.bb b/meta/recipes-extended/libaio/libaio_0.3.111.bb new file mode 100644 index 0000000000..5bd83078ac --- /dev/null +++ b/meta/recipes-extended/libaio/libaio_0.3.111.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMMARY = "Asynchronous I/O library" | ||
2 | DESCRIPTION = "Asynchronous input/output library that uses the kernels native interface" | ||
3 | HOMEPAGE = "http://lse.sourceforge.net/io/aio.html" | ||
4 | |||
5 | LICENSE = "LGPLv2.1+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499" | ||
7 | |||
8 | SRC_URI = "git://pagure.io/libaio.git;protocol=https \ | ||
9 | file://00_arches.patch \ | ||
10 | file://destdir.patch \ | ||
11 | file://libaio_fix_for_mips_syscalls.patch \ | ||
12 | file://system-linkage.patch \ | ||
13 | " | ||
14 | SRCREV = "f66be22ab0a59a39858900ab72a8c6a6e8b0b7ec" | ||
15 | S = "${WORKDIR}/git" | ||
16 | |||
17 | EXTRA_OEMAKE =+ "prefix=${prefix} includedir=${includedir} libdir=${libdir}" | ||
18 | |||
19 | do_install () { | ||
20 | oe_runmake install DESTDIR=${D} | ||
21 | } | ||