package/qt5tools: hide qdoc with llvm dependencies
authorYann E. MORIN <yann.morin@orange.com>
Fri, 28 Feb 2020 14:00:54 +0000 (15:00 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 2 Mar 2020 22:12:41 +0000 (23:12 +0100)
commit546a4e1c1f5e219566469511c998ec7c7152e5ee
treed29fe82d5f23e30a9bba06846a269c89e9ed4735
parentaa3622758bb08fa517a3054076fca89f7697e550
package/qt5tools: hide qdoc with llvm dependencies

Building qdoc requires a llvm and clang for the host.

However, there is a limitation in the llvm and clang packages in
Buildroot, which makes it impossible to have a host variant without
a target variant.

So, propagate the dependencies of the target llvm and clang, to ensure
we can only have a host-llvm and -clang packages that are correctly
built.

Note that we do propagate all of the dependencies (instead of just the
architecture part), to be consistent.

Reported-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Yann E. MORIN <yann.morin@orange.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Peter Seiderer <ps.report@gmx.net>
Cc: Julien Corjon <corjon.j@ecagroup.com>
Reviewed-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/qt5/qt5tools/Config.in