summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp/i2cdev
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-01-22 16:09:13 -0800
committerKhem Raj <raj.khem@gmail.com>2024-01-27 09:48:30 -0800
commit8f479b898afd78555f85687990928b2c02edc288 (patch)
tree6084aada4ca7cf0f27bfe9c7525e11c76463aa1a /meta-oe/recipes-bsp/i2cdev
parentd441057a051e0c8883caacad69269fe190115a34 (diff)
downloadmeta-openembedded-8f479b898afd78555f85687990928b2c02edc288.tar.gz
i2cdev: Set PV correctly
based on https://github.com/costad2/i2cdev/blob/master/version.h Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-bsp/i2cdev')
-rw-r--r--meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb b/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb
index b2b5fda09e..57057c9bf5 100644
--- a/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb
+++ b/meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "\
12 file://lsi2c/lsi2c.c;beginline=11;endline=24;md5=72486a5e192d6ac5c7e55a4a95e380a6 \ 12 file://lsi2c/lsi2c.c;beginline=11;endline=24;md5=72486a5e192d6ac5c7e55a4a95e380a6 \
13" 13"
14 14
15PR = "git${SRCPV}" 15PV = "0.7.0+git"
16 16
17SRC_URI = "\ 17SRC_URI = "\
18 git://github.com/costad2/i2cdev.git;protocol=https;branch=master \ 18 git://github.com/costad2/i2cdev.git;protocol=https;branch=master \