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

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Oct 19 13:01:15 UTC 2016


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>

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



More information about the buildroot mailing list