aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/libaio/libaio_0.3.111.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2018-04-04 14:13:15 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-04 09:54:52 +0100
commita3d27ff5763d331c4d6c8b815af5624103311544 (patch)
tree7f99fded47581d76c8bb11cd007e677fc0d1cad5 /meta/recipes-extended/libaio/libaio_0.3.111.bb
parentc2d2763f42c38a892809c8c4cdf2d78efa8f07d3 (diff)
downloadopenembedded-core-contrib-a3d27ff5763d331c4d6c8b815af5624103311544.tar.gz
libaio: update to 0.3.111
Remove: generic-arch-dectection-for-padding-defines.patch (was a backport) libaio_fix_for_x32.patch (is patching source code that no longer exists) Rebase: 00_arches.patch (drop the arm bits, as they no longer exist upstream either) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libaio/libaio_0.3.111.bb')
-rw-r--r--meta/recipes-extended/libaio/libaio_0.3.111.bb21
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 @@
+SUMMARY = "Asynchronous I/O library"
+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"
+
+SRC_URI = "git://pagure.io/libaio.git;protocol=https \
+ file://00_arches.patch \
+ file://destdir.patch \
+ file://libaio_fix_for_mips_syscalls.patch \
+ file://system-linkage.patch \
+ "
+SRCREV = "f66be22ab0a59a39858900ab72a8c6a6e8b0b7ec"
+S = "${WORKDIR}/git"
+
+EXTRA_OEMAKE =+ "prefix=${prefix} includedir=${includedir} libdir=${libdir}"
+
+do_install () {
+ oe_runmake install DESTDIR=${D}
+}