[Buildroot] [PATCH v7 07/31] package/kodi-texturepacker: new host package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Apr 29 09:37:26 UTC 2017


Hello,

On Sat, 29 Apr 2017 10:37:27 +0200, Bernd Kuhls wrote:

>  package/kodi-texturepacker/kodi-texturepacker.hash |  1 +
>  package/kodi-texturepacker/kodi-texturepacker.mk   | 41 ++++++++++++++++++++++

I've moved to this commit the move of the Kodi texture packer patch.


> +KODI_TEXTUREPACKER_LICENSE = GPLv2

Changed to use SPDX license code.

> +KODI_TEXTUREPACKER_LICENSE_FILES = LICENSE.GPL
> +HOST_KODI_TEXTUREPACKER_SUBDIR = tools/depends/native/TexturePacker
> +HOST_KODI_TEXTUREPACKER_DEPENDENCIES += \

+= not needed here.

> +HOST_KODI_TEXTUREPACKER_CXXFLAGS = \
> +	"$(HOST_CXXFLAGS) \
> +	-std=c++0x \
> +	-DTARGET_POSIX \
> +	-DTARGET_LINUX \
> +	-D_LINUX \
> +	-I$(@D)/xbmc/linux"

We generally don't put the double quotes here, but rather...

> +
> +HOST_KODI_TEXTUREPACKER_CONF_OPTS += \
> +	-DCMAKE_CXX_FLAGS=$(HOST_KODI_TEXTUREPACKER_CXXFLAGS) \

... here. So I've changed that as well.

Applied with those changes.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com


More information about the buildroot mailing list