summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/socketcan/can-utils_2023.03.bb (renamed from meta-oe/recipes-extended/socketcan/can-utils_git.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/socketcan/can-utils_git.bb b/meta-oe/recipes-extended/socketcan/can-utils_2023.03.bb
index 07b80a5307..ca6cb7db58 100644
--- a/meta-oe/recipes-extended/socketcan/can-utils_git.bb
+++ b/meta-oe/recipes-extended/socketcan/can-utils_2023.03.bb
@@ -6,9 +6,7 @@ DEPENDS = "libsocketcan"
6 6
7SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=https;branch=master" 7SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=https;branch=master"
8 8
9SRCREV = "3615bac17e539a06835dcb90855eae844ee18053" 9SRCREV = "cfe41963f3425e9adb01a70cfaddedf5e5982720"
10
11PV = "2021.08.0"
12 10
13S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
14 12