diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-08-04 10:20:25 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-08-04 18:28:25 +0200 |
| commit | 673989a4a052d0c962c87c5640b84a53fb073ff4 (patch) | |
| tree | cf19b5c3b19d12beb5dbf3a61c6c1b3b6bd6bc7c /package/bluez5_utils | |
| parent | dae98e35454232745e08e9904000f5692e4f0292 (diff) | |
| download | buildroot-673989a4a052d0c962c87c5640b84a53fb073ff4.tar.gz buildroot-673989a4a052d0c962c87c5640b84a53fb073ff4.zip | |
bluez5_utils: add comment mmu depends
Otherwise it shows up indirectly when toolchain options aren't enough
and then vanishes when they are fulfilled.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/bluez5_utils')
| -rw-r--r-- | package/bluez5_utils/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/bluez5_utils/Config.in b/package/bluez5_utils/Config.in index 9152093903..10588db578 100644 --- a/package/bluez5_utils/Config.in +++ b/package/bluez5_utils/Config.in @@ -64,6 +64,7 @@ endif comment "bluez5-utils needs a toolchain w/ wchar, threads, IPv6, headers >= 3.4" depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \ !BR2_INET_IPV6 || !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 + depends on BR2_USE_MMU comment "bluez5-utils conflicts with older bluez-utils version" depends on BR2_PACKAGE_BLUEZ_UTILS |

