[Buildroot] [PATCH v1] package/qt5webengine: examples need qt5svg

Thomas Petazzoni thomas.petazzoni at bootlin.com
Tue Aug 11 19:28:52 UTC 2020


Hello,

+Yann in Cc for Kconfig expertise.

On Tue, 11 Aug 2020 20:31:55 +0200
Peter Seiderer <ps.report at gmx.net> wrote:

> package/qt5/qt5base/Config.in:1:error: recursive dependency detected!
> package/qt5/qt5base/Config.in:1:	symbol BR2_PACKAGE_QT5BASE is selected by BR2_PACKAGE_QT5SVG

Right, this makes sense.

> package/qt5/qt5svg/Config.in:1:	symbol BR2_PACKAGE_QT5SVG is selected by BR2_PACKAGE_QT5BASE_EXAMPLES

This doesn't make any sense to me:

config BR2_PACKAGE_QT5BASE_EXAMPLES
        bool "Compile and install examples (with code)"
        select BR2_PACKAGE_QT5BASE_NETWORK
        select BR2_PACKAGE_QT5BASE_XML
        help
          If unsure, say N.

Neither BR2_PACKAGE_QT5BASE_NETWORK nor BR2_PACKAGE_QT5BASE_XML are
selecting BR2_PACKAGE_QT5SVG.

Or perhaps it is the line added by your patch:

	select BR2_PACKAGE_QT5SVG if BR2_PACKAGE_QT5BASE_EXAMPLES

which causes this statement ?

> package/qt5/qt5base/Config.in:42:	symbol BR2_PACKAGE_QT5BASE_EXAMPLES depends on BR2_PACKAGE_QT5BASE

This obviously makes sense.

> For a resolution refer to Documentation/kbuild/kconfig-language.txt
> subsection "Kconfig recursive dependency limitations"
> 
> Regards,
> Peter
> 



-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list