[Buildroot] [PATCH V2, 1/1] Fix: qt5webkit overwrites target python.

Yegor Yefremov yegorslists at googlemail.com
Wed Oct 19 13:41:54 UTC 2016


On Wed, Oct 19, 2016 at 3:01 PM, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
> Hello,
>
> On Wed, 19 Oct 2016 13:49:06 +0200, johanderycke at gmail.com wrote:
>> From: Johan Derycke <johan.derycke at barco.com>
>>
>> Signed-off-by: Johan Derycke <johan.derycke at barco.com>

Tested-by: Yegor Yefremov <yegorslists at googlemail.com>

> This really requires a more detailed commit log.
>
>> -QT5WEBKIT_ENV = PATH=$(@D)/bin:$(BR_PATH)
>> +QT5WEBKIT_ENV = PATH=$(@D)/host-bin:$(BR_PATH)
>>  define QT5WEBKIT_PYTHON2_SYMLINK
>> -     mkdir -p $(@D)/bin
>> -     ln -sf $(HOST_DIR)/usr/bin/python2 $(@D)/bin/python
>> +     mkdir -p $(@D)/host-bin
>> +     ln -sf $(HOST_DIR)/usr/bin/python2 $(@D)/host-bin/python
>>  endef
>
> Otherwise, this looks good.
>
> Thomas
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux and Kernel engineering
> http://free-electrons.com
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot


More information about the buildroot mailing list