From: Thomas Petazzoni Date: Sat, 6 Aug 2016 22:11:13 +0000 (+0200) Subject: blktrace: add missing dependency on Config.in comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a92cde90bd0d139cde4aa24ae0731cb803420099;p=buildroot.git blktrace: add missing dependency on Config.in comment The BR2_PACKAGE_BLKTRACE option "depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS", but this architecture dependency was not replicated in the Config.in comment. This commit fixes this inconsistency. Signed-off-by: Thomas Petazzoni Acked-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/package/blktrace/Config.in b/package/blktrace/Config.in index 958f004d11..c17de806e1 100644 --- a/package/blktrace/Config.in +++ b/package/blktrace/Config.in @@ -12,4 +12,5 @@ config BR2_PACKAGE_BLKTRACE http://git.kernel.dk/?p=blktrace.git;a=summary comment "blktrace needs a glibc or musl toolchain" + depends on BR2_PACKAGE_LIBAIO_ARCH_SUPPORTS depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL)