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 \ |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 10 | file://libaio_fix_for_mips_syscalls.patch \ |
| 11 | file://system-linkage.patch \ |
| 12 | " |
Andrew Geissler | d1e8949 | 2021-02-12 15:35:20 -0600 | [diff] [blame] | 13 | SRCREV = "d025927efa75a0d1b46ca3a5ef331caa2f46ee0e" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 14 | S = "${WORKDIR}/git" |
| 15 | |
| 16 | EXTRA_OEMAKE =+ "prefix=${prefix} includedir=${includedir} libdir=${libdir}" |
| 17 | |
| 18 | do_install () { |
| 19 | oe_runmake install DESTDIR=${D} |
| 20 | } |
| 21 | |
Andrew Geissler | 99467da | 2019-02-25 18:54:23 -0600 | [diff] [blame] | 22 | BBCLASSEXTEND = "native nativesdk" |