summaryrefslogtreecommitdiff
path: root/package/blktrace
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2015-06-25 16:04:55 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-28 15:26:40 +0200
commite8fee6382430f36470a12b84ebb696dcf2a13ae7 (patch)
treeed09e963b2ef688e057a18b5ac395ea660af8818 /package/blktrace
parent8906f272ab41e0373f392cc7a04cc97320dd8382 (diff)
libaio: introduce a BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS option
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>
Diffstat (limited to 'package/blktrace')
-rw-r--r--package/blktrace/Config.in6
1 files changed, 1 insertions, 5 deletions
diff --git a/package/blktrace/Config.in b/package/blktrace/Config.in
index 09c95eb39..ed5d78a54 100644
--- a/package/blktrace/Config.in
+++ b/package/blktrace/Config.in
@@ -2,11 +2,7 @@ config BR2_PACKAGE_BLKTRACE
bool "blktrace"
# Uses posix_spawn()
depends on BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL
- # Because of libaio arch depends
- depends on \
- BR2_arm || BR2_armeb || BR2_i386 || \
- BR2_m68k || BR2_mips || BR2_mipsel || BR2_powerpc || \
- BR2_sparc || BR2_x86_64
+ depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS
select BR2_PACKAGE_LIBAIO
help
blktrace is a block layer IO tracing mechanism which provides