summaryrefslogtreecommitdiffstats
path: root/package/libaio/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* libaio: bump version to 0.3.110Alistair Francis2016-02-211-1/+1
| | | | | | | | | | | | | | | 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>
* libaio: introduce a BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS optionMaxime Ripard2015-06-281-4/+7
| | | | | | | | | In order to allow other packages to easily select libaio without duplicating its complicated architecture dependencies, this commit introduces a BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS blind option. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* packages: all salute the passing of avr32Yann E. MORIN2015-02-141-1/+1
| | | | | Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* libaio: make available only on supported architecturesThomas Petazzoni2012-05-051-0/+4
| | | | | | | | | | | libaio has some architecture-specific code, and isn't available for all architectures that Buildroot support. Fixes http://autobuild.buildroot.org/results/b171a6d6243ea021dc52830bc4b9d36fc083a60d/build-end.log. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Add libaio packageUlf Samuelsson2007-07-281-0/+5
OpenPOWER on IntegriCloud