diff options
-rw-r--r-- | recipes-containers/k3s/k3s_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/k3s/k3s_git.bb b/recipes-containers/k3s/k3s_git.bb index 8a4333bf..94083412 100644 --- a/recipes-containers/k3s/k3s_git.bb +++ b/recipes-containers/k3s/k3s_git.bb | |||
@@ -13,7 +13,7 @@ SRC_URI = "git://github.com/rancher/k3s.git;branch=release-1.21;name=k3s \ | |||
13 | file://0001-Finding-host-local-in-usr-libexec.patch;patchdir=src/import \ | 13 | file://0001-Finding-host-local-in-usr-libexec.patch;patchdir=src/import \ |
14 | " | 14 | " |
15 | SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" | 15 | SRC_URI[k3s.md5sum] = "363d3a08dc0b72ba6e6577964f6e94a5" |
16 | SRCREV_k3s = "75dba57f9b1de3ec0403b148c52c348e1dee2a5e" | 16 | SRCREV_k3s = "eac48f69bce086a789585e0158de79c06b2ff50e" |
17 | 17 | ||
18 | PV = "v1.21.1+k3s1" | 18 | PV = "v1.21.1+k3s1" |
19 | 19 | ||