Message ID | 20250219131523.2827505-1-skandigraun@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [meta-oe] i2cdev: fix LICENSE | expand |
diff --git a/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb b/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb index 57057c9bf5..87a71efbe8 100644 --- a/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb +++ b/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb @@ -4,7 +4,7 @@ DESCRIPTION = "\ utility lsi2c. \ " HOMEPAGE = "https://github.com/costad2/i2cdev" -LICENSE = "GPL-2.0-or-later" +LICENSE = "LGPL-2.1-only & GPL-2.0-or-later" LIC_FILES_CHKSUM = "\ file://COPYING;md5=768997ba510a952bef1775c50bc22b00 \ file://include/libi2cdev.h;beginline=12;endline=25;md5=72486a5e192d6ac5c7e55a4a95e380a6 \
Only the library code (libi2cdev.h) is covered by GPL-2.0. Otherwise the main license is LGPL-2.1 Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> --- meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)