[oe] [meta-qt5][PATCH] qtwebengine: build examples by default

Samuli Piippo samuli.piippo at theqtcompany.com
Mon Feb 1 10:44:37 UTC 2016


On 30.01.2016 16:13, Otavio Salvador wrote:
> On Wed, Jan 27, 2016 at 12:58 PM, Manuel Bachmann
> <manuel.bachmann at iot.bzh> wrote:
>> From: Manuel Bachmann <mbc at iot.bzh>
>>
>> Just as we do for qtwebkit, let us have a patch to build
>> qtwebengine examples by default.
>>
>> Otherwise, the "qtwebengine-examples" package will be
>> empty, and attempting to add it with "IMAGE_INSTALL_append"
>> will result in an error message.
>>
>> Signed-off-by: Manuel Bachmann <manuel.bachmann at iot.bzh>
>
> This should be a distro option and not enabled for everyone.
>

Also there is no need to do this with a patch, same result is achieved with:

EXTRA_QMAKEVARS_PRE += "QT_BUILD_PARTS+=examples"

Maybe this could be added to qt5.inc as a PACKAGECONFIG option?
This would allow easily enable examples on any qt module.



More information about the Openembedded-devel mailing list