From: Sai Sneha Date: Mon, 15 Jun 2026 08:43:39 +0000 (+0530) Subject: i2c-tools: add LGPL-2.1-or-later license for libi2c X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;ds=inline;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git i2c-tools: add LGPL-2.1-or-later license for libi2c The libi2c library included in i2c-tools is licensed under LGPL-2.1-or-later, as stated in the upstream README and the COPYING.LGPL file. Update LICENSE and LIC_FILES_CHKSUM to reflect this. Fixes: https://bugzilla.yoctoproject.org/show_bug.cgi?id=16313 Signed-off-by: Sai Sneha Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/i2c-tools/i2c-tools_4.4.bb b/meta/recipes-devtools/i2c-tools/i2c-tools_4.4.bb index f4881f3c2fe..55d434ed212 100644 --- a/meta/recipes-devtools/i2c-tools/i2c-tools_4.4.bb +++ b/meta/recipes-devtools/i2c-tools/i2c-tools_4.4.bb @@ -2,8 +2,9 @@ SUMMARY = "Set of i2c tools for linux" HOMEPAGE = "https://i2c.wiki.kernel.org/index.php/I2C_Tools" DESCRIPTION = "The i2c-tools package contains a heterogeneous set of I2C tools for Linux: a bus probing tool, a chip dumper, register-level SMBus access helpers, EEPROM decoding scripts, EEPROM programming tools, and a python module for SMBus access. All versions of Linux are supported, as long as I2C support is included in the kernel." SECTION = "base" -LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" +LICENSE = "GPL-2.0-or-later & LGPL-2.1-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ + file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c" SRC_URI = "${KERNELORG_MIRROR}/software/utils/i2c-tools/${BP}.tar.gz \ "