diff options
| author | Alistair Francis <alistair.francis@xilinx.com> | 2016-02-18 11:39:51 -0800 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-02-21 15:33:50 +0100 |
| commit | 1ded02f0b2cdad55a554e7d438fa9f2bd1fe4059 (patch) | |
| tree | 705397fd83528616aaa574331919352c0610f3d1 /package/libaio/libaio.mk | |
| parent | 907844645313bd6e1404e2d6a4826c775e6c3460 (diff) | |
| download | buildroot-1ded02f0b2cdad55a554e7d438fa9f2bd1fe4059.tar.gz buildroot-1ded02f0b2cdad55a554e7d438fa9f2bd1fe4059.zip | |
libaio: bump version to 0.3.110
Update libaio from 0.3.108 to 0.3.110. This adds AArch64 support.
The 0001-arches.patch is simplified to only add MIPS definitions: the
SPARC support has been merged upstream, and we don't need the m68k and
parisc support.
Signed-off-by: Alistair Francis <alistair.francis@xilinx.com>
[Thomas:
- respect alphabetic ordering in the definition of
BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
- add more details in the commit log.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libaio/libaio.mk')
| -rw-r--r-- | package/libaio/libaio.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libaio/libaio.mk b/package/libaio/libaio.mk index 53ad7eb223..9b28f0562a 100644 --- a/package/libaio/libaio.mk +++ b/package/libaio/libaio.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBAIO_VERSION = 0.3.109 +LIBAIO_VERSION = 0.3.110 LIBAIO_SOURCE = libaio_$(LIBAIO_VERSION).orig.tar.gz LIBAIO_SITE = http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/liba/libaio LIBAIO_INSTALL_STAGING = YES |

