[Buildroot] [PATCH v6 04/28] package/qt5base: Convert to qmake infra

Andreas Naumann dev at andin.de
Tue Mar 10 18:20:18 UTC 2020


Hi,

On 09.03.20 23:29, Thomas Petazzoni wrote:
> Hello Andreas,
> 
> On Mon, 17 Feb 2020 22:23:26 +0100
> Andreas Naumann <anaumann at ultratronik.de> wrote:
> 
>> Convert build, staging and target install to the qmake infra commands.
>> This removes a lot of conditional code because we solely rely on all install
>> rules being properly generated according to the configured options.
>>
>> Of course we keep the configure command/logic as is, because qmake does not
>> yet exist.
>>
>> Handling of the custom qt.conf is now done in the post staging hook.
>>
>> Todo: Check if font install for 5.6 is still working.
> 
> This Todo is no longer relevant, as support for Qt 5.6 has been removed.
> 
>> Signed-off-by: Andreas Naumann <anaumann at ultratronik.de>
>> ---
>>   package/qt5/qt5base/qt5base.mk | 81 +---------------------------------
>>   1 file changed, 2 insertions(+), 79 deletions(-)
> 
> I've applied this patch to master, after fixing the conflicts when
> applying.
> 
> I also added a preliminary patch that changes pkg-qmake.mk to only add
> qt5base as a dependency when the package is *not* qt5base, to avoid a
> circular dependency.

Ah yes, I didnt think of this when you changed patch 02. Now I'm really 
curious as to what the autobuilders say..

regards,
Andreas


> 
> Thanks!
> 
> Thomas
> 



More information about the buildroot mailing list