summaryrefslogtreecommitdiffstats
path: root/recipes-containers/containerd
diff options
context:
space:
mode:
authorPaul Barker <paul@betafive.co.uk>2019-01-11 16:49:15 +0000
committerBruce Ashfield <bruce.ashfield@windriver.com>2019-01-16 10:28:26 -0500
commit488b5aba28fff50c64866b42a8b66aef74ac12ad (patch)
tree399d1a138e893a14ad9398db70897cdbe9ab6fcd /recipes-containers/containerd
parent8bd3ee327db71544bb29673f72a89064ab0df6f4 (diff)
downloadmeta-virtualization-488b5aba28fff50c64866b42a8b66aef74ac12ad.tar.gz
Use SRCPV instead of SRCREV where possible
This change reduces the length of ${PV} for several recipes and gives us auto-incrementing version numbers. Signed-off-by: Paul Barker <paul@betafive.co.uk> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers/containerd')
-rw-r--r--recipes-containers/containerd/containerd.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/containerd/containerd.inc b/recipes-containers/containerd/containerd.inc
index 0eca5a64..a3f13011 100644
--- a/recipes-containers/containerd/containerd.inc
+++ b/recipes-containers/containerd/containerd.inc
@@ -12,7 +12,7 @@ SRC_URI += "file://containerd.service"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
15PV = "${CONTAINERD_VERSION}+git${SRCREV}" 15PV = "${CONTAINERD_VERSION}+git${SRCPV}"
16 16
17inherit go 17inherit go
18inherit goarch 18inherit goarch