[Buildroot] [PATCH v2] package/i2c-tools: bump to version 4.0

Baruch Siach baruch at tkos.co.il
Wed Dec 6 11:29:03 UTC 2017


Hi Algelo,

On Wed, Dec 06, 2017 at 12:19:26PM +0100, Angelo Compagnucci wrote:
> This patch bumps i2c-tools to version 4.0 and adds a new command
> named i2ctransfer.
> It adds also an upstream commit not included in the release
> that fixing a static compilation issue.
> 
> Signed-off-by: Angelo Compagnucci <angelo at amarulasolutions.com>
> ---

[...]

> +ifeq ($(BR2_STATIC_LIBS),y)
> +ifeq ($(BR2_SHARED_STATIC_LIBS),)

BR2_STATIC_LIBS and BR2_SHARED_STATIC_LIBS are mutually exclusive choice 
options. You only need to test for BR2_STATIC_LIBS.

> +I2C_TOOLS_MAKE_OPTS += BUILD_DYNAMIC_LIB=0 USE_STATIC_LIB=1
> +endif
> +endif

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -


More information about the buildroot mailing list