diff options
-rw-r--r-- | meta-oe/recipes-extended/socketcan/can-utils_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/socketcan/can-utils_git.bb b/meta-oe/recipes-extended/socketcan/can-utils_git.bb index 3b2b6a9da1..36e7d1ef57 100644 --- a/meta-oe/recipes-extended/socketcan/can-utils_git.bb +++ b/meta-oe/recipes-extended/socketcan/can-utils_git.bb | |||
@@ -6,9 +6,9 @@ DEPENDS = "libsocketcan" | |||
6 | 6 | ||
7 | SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git" | 7 | SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git" |
8 | 8 | ||
9 | SRCREV = "eb66451df280f95a9a12e78b151b8d867e1b78ed" | 9 | SRCREV = "e9dd86fa5c4e6ecdfc34e487634a32f19e5c4d63" |
10 | 10 | ||
11 | PV = "2020.12.0" | 11 | PV = "2021.06.0" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||