diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-07 00:11:13 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-07 22:58:14 +0200 |
| commit | a92cde90bd0d139cde4aa24ae0731cb803420099 (patch) | |
| tree | 7cbec3c18471fb43b656897e9ab0f3f0ed47607f | |
| parent | a2ce4167e230415e0dbc1349112790b07e104e88 (diff) | |
| download | buildroot-a92cde90bd0d139cde4aa24ae0731cb803420099.tar.gz buildroot-a92cde90bd0d139cde4aa24ae0731cb803420099.zip | |
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>
| -rw-r--r-- | package/blktrace/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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) |

