From 8f479b898afd78555f85687990928b2c02edc288 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 22 Jan 2024 16:09:13 -0800 Subject: i2cdev: Set PV correctly based on https://github.com/costad2/i2cdev/blob/master/version.h Signed-off-by: Khem Raj --- meta-oe/recipes-bsp/i2cdev/i2cdev_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-bsp') 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 = "\ file://lsi2c/lsi2c.c;beginline=11;endline=24;md5=72486a5e192d6ac5c7e55a4a95e380a6 \ " -PR = "git${SRCPV}" +PV = "0.7.0+git" SRC_URI = "\ git://github.com/costad2/i2cdev.git;protocol=https;branch=master \ -- cgit 1.2.3-korg