diff options
| author | Saul Wold <sgw@linux.intel.com> | 2014-12-12 14:26:25 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-16 23:08:22 +0000 |
| commit | bbd5fe680e2ff75bb3ed405fbc42ee003304db75 (patch) | |
| tree | 75e56d794f0a8178f320cb71e5183bcaf57ef16e /meta/recipes-extended/libaio/libaio_0.3.109.bb | |
| parent | 85326e2baa5607203335d70ecf94beb81bddd86c (diff) | |
| download | poky-bbd5fe680e2ff75bb3ed405fbc42ee003304db75.tar.gz | |
libaio: Upgrade to 0.3.110
Remove old patches and rebase existing ones
Add libc for x86 for stack-protector bounce function (__stack_chk_fail_local)
(From OE-Core rev: 8017bfdaca1cdaa8bfd9178063967ec89a58be06)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libaio/libaio_0.3.109.bb')
| -rw-r--r-- | meta/recipes-extended/libaio/libaio_0.3.109.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/meta/recipes-extended/libaio/libaio_0.3.109.bb b/meta/recipes-extended/libaio/libaio_0.3.109.bb deleted file mode 100644 index 0483c711b9..0000000000 --- a/meta/recipes-extended/libaio/libaio_0.3.109.bb +++ /dev/null | |||
| @@ -1,32 +0,0 @@ | |||
| 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 | PR = "r2" | ||
| 9 | |||
| 10 | SRC_URI = "${DEBIAN_MIRROR}/main/liba/libaio/libaio_${PV}.orig.tar.gz \ | ||
| 11 | file://00_arches.patch \ | ||
| 12 | file://toolchain.patch \ | ||
| 13 | file://destdir.patch \ | ||
| 14 | file://libaio_fix_for_x32.patch \ | ||
| 15 | file://libaio-generic.patch \ | ||
| 16 | file://libaio-aarch64.patch \ | ||
| 17 | file://libaio_fix_for_mips_syscalls.patch \ | ||
| 18 | file://libaio_fix_for_mips64.patch \ | ||
| 19 | " | ||
| 20 | |||
| 21 | SRC_URI[md5sum] = "435a5b16ca6198eaf01155263d855756" | ||
| 22 | SRC_URI[sha256sum] = "bf4a457253cbaab215aea75cb6e18dc8d95bbd507e9920661ff9bdd288c8778d" | ||
| 23 | |||
| 24 | EXTRA_OEMAKE =+ "prefix=${prefix} includedir=${includedir} libdir=${libdir}" | ||
| 25 | |||
| 26 | do_configure () { | ||
| 27 | sed -i 's#LINK_FLAGS=.*#LINK_FLAGS=$(LDFLAGS)#' src/Makefile | ||
| 28 | } | ||
| 29 | |||
| 30 | do_install () { | ||
| 31 | oe_runmake install DESTDIR=${D} | ||
| 32 | } | ||
