From a92cde90bd0d139cde4aa24ae0731cb803420099 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 7 Aug 2016 00:11:13 +0200 Subject: [PATCH] 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 --- package/blktrace/Config.in | 1 + 1 file changed, 1 insertion(+) 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) -- 2.30.2