Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 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 | } |
| 22 | |
Andrew Geissler | 99467da | 2019-02-25 18:54:23 -0600 | [diff] [blame] | 23 | BBCLASSEXTEND = "native nativesdk" |