[Buildroot] [PATCH] qt: needs MMU (fork)

Thomas De Schampheleire patrickdepinguin at gmail.com
Sun Feb 23 16:09:31 UTC 2014


On Sun, Feb 23, 2014 at 5:00 PM, Thomas De Schampheleire
<patrickdepinguin at gmail.com> wrote:
> Fixes
> http://autobuild.buildroot.net/results/4f7/4f744595efceba2d5a54151bf5f1802eb1268fac/
>
> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>
>
> ---
>  package/qt/Config.in |  2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/package/qt/Config.in b/package/qt/Config.in
> --- a/package/qt/Config.in
> +++ b/package/qt/Config.in
> @@ -1,10 +1,12 @@
>  comment "qt needs a toolchain w/ C++, threads"
>         depends on !BR2_avr32
> +       depends on BR2_USE_MMU
>         depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS
>
>  menuconfig BR2_PACKAGE_QT
>         bool "Qt"
>         depends on !BR2_avr32 # lacks TLS
> +       depends on BR2_USE_MMU # fork
>         depends on BR2_INSTALL_LIBSTDCPP
>         depends on BR2_TOOLCHAIN_HAS_THREADS
>         help


Hold on, I haven't yet checked the reverse dependencies, and I assume
there are some. I will send an updated patch later...



More information about the buildroot mailing list