[Buildroot] [PATCH v3 3/3] swupdate: bump to version 2016.04

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat May 7 07:14:56 UTC 2016


Hello,

On Mon,  2 May 2016 13:16:55 +0200, Jörg Krause wrote:

> -ifeq ($(BR2_PACKAGE_LUA_5_2),y)
> +ifeq ($(BR2_PACKAGE_LUA),y)
>  SWUPDATE_DEPENDENCIES += lua

pkg-config is used by the swupdate to find the Lua linker/compiler
flags. It seems to default to values that happen to work, but with some
error messages:

>>> swupdate 2016.04 Building
[...]
scripts/kconfig/conf  --silentoldconfig Kconfig
Package lua was not found in the pkg-config search path.
Perhaps you should add the directory containing `lua.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lua' found
Package lua was not found in the pkg-config search path.
Perhaps you should add the directory containing `lua.pc'
to the PKG_CONFIG_PATH environment variable
No package 'lua' found

So I've added host-pkgconf in the dependencies here.

And then I've applied. Thanks!

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



More information about the buildroot mailing list