summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp/i2cdev
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-bsp/i2cdev')
-rw-r--r--meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb3
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"
6HOMEPAGE = "https://github.com/costad2/i2cdev" 6HOMEPAGE = "https://github.com/costad2/i2cdev"
7LICENSE = "GPL-2.0-or-later" 7LICENSE = "LGPL-2.1-only & GPL-2.0-or-later"
8LIC_FILES_CHKSUM = "\ 8LIC_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"
22SRCREV = "ed9ad777d842880e7ac6ca5e0de4bd2d3b4d02dc" 22SRCREV = "ed9ad777d842880e7ac6ca5e0de4bd2d3b4d02dc"
23 23
24S = "${WORKDIR}/git"
25 24
26inherit autotools 25inherit autotools