summaryrefslogtreecommitdiffstats
path: root/recipes-networking/cni/cni_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-networking/cni/cni_git.bb')
-rw-r--r--recipes-networking/cni/cni_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb
index 3ad939bd..4a6e2977 100644
--- a/recipes-networking/cni/cni_git.bb
+++ b/recipes-networking/cni/cni_git.bb
@@ -13,8 +13,8 @@ SRCREV_cni = "4cfb7b568922a3c79a23e438dc52fe537fc9687e"
13# Version 0.8.5 13# Version 0.8.5
14SRCREV_plugins = "1f33fb729ae2b8900785f896df2dc1f6fe5e8239" 14SRCREV_plugins = "1f33fb729ae2b8900785f896df2dc1f6fe5e8239"
15SRC_URI = "\ 15SRC_URI = "\
16 git://github.com/containernetworking/cni.git;nobranch=1;name=cni \ 16 git://github.com/containernetworking/cni.git;nobranch=1;name=cni;protocol=https \
17 git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins \ 17 git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \
18 " 18 "
19 19
20RPROVIDES_${PN} += "kubernetes-cni" 20RPROVIDES_${PN} += "kubernetes-cni"