diff options
Diffstat (limited to 'meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb')
-rw-r--r-- | meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb b/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb index 57057c9bf5..d3d08720a6 100644 --- a/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb +++ b/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb | |||
@@ -4,7 +4,7 @@ DESCRIPTION = "\ | |||
4 | utility lsi2c. \ | 4 | utility lsi2c. \ |
5 | " | 5 | " |
6 | HOMEPAGE = "https://github.com/costad2/i2cdev" | 6 | HOMEPAGE = "https://github.com/costad2/i2cdev" |
7 | LICENSE = "GPL-2.0-or-later" | 7 | LICENSE = "LGPL-2.1-only & GPL-2.0-or-later" |
8 | LIC_FILES_CHKSUM = "\ | 8 | LIC_FILES_CHKSUM = "\ |
9 | file://COPYING;md5=768997ba510a952bef1775c50bc22b00 \ | 9 | file://COPYING;md5=768997ba510a952bef1775c50bc22b00 \ |
10 | file://include/libi2cdev.h;beginline=12;endline=25;md5=72486a5e192d6ac5c7e55a4a95e380a6 \ | 10 | file://include/libi2cdev.h;beginline=12;endline=25;md5=72486a5e192d6ac5c7e55a4a95e380a6 \ |
@@ -21,6 +21,5 @@ SRC_URI = "\ | |||
21 | " | 21 | " |
22 | SRCREV = "ed9ad777d842880e7ac6ca5e0de4bd2d3b4d02dc" | 22 | SRCREV = "ed9ad777d842880e7ac6ca5e0de4bd2d3b4d02dc" |
23 | 23 | ||
24 | S = "${WORKDIR}/git" | ||
25 | 24 | ||
26 | inherit autotools | 25 | inherit autotools |