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 <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
a2ce4167e2
commit
a92cde90bd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user