libaio: make available only on supported architectures
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 5 May 2012 06:26:05 +0000 (06:26 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 5 May 2012 17:33:24 +0000 (19:33 +0200)
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>
package/libaio/Config.in

index ff6cc13c80f9115144d6f7a49d182181be17b3bb..833009a42ab5938239186a42021998b30183d4d6 100644 (file)
@@ -1,4 +1,8 @@
 config BR2_PACKAGE_LIBAIO
        bool "libaio"
+       depends on \
+               BR2_arm   || BR2_armeb || BR2_avr32  || BR2_i386    || \
+               BR2_m68k  || BR2_mips  || BR2_mipsel || BR2_powerpc || \
+               BR2_sparc || BR2_x86_64
        help
          Library for doing asynchronous I/O