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.bb7
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb
index 727a9799..54735174 100644
--- a/recipes-networking/cni/cni_git.bb
+++ b/recipes-networking/cni/cni_git.bb
@@ -10,8 +10,8 @@ is simple to implement. \
10" 10"
11 11
12SRCREV_cni = "7c270076995b6a35f4774ce94dafcf266d1c6925" 12SRCREV_cni = "7c270076995b6a35f4774ce94dafcf266d1c6925"
13SRCREV_plugins = "6d8f05b82e47b3bf573986146842c08f358270a7" 13SRCREV_plugins = "d653d38d4f3699653aa25cc1697924b2a9c2ae3e"
14SRCREV_flannel_plugin = "09e4c7f9bee6abdf56e97f167a85248a7084f7ef" 14SRCREV_flannel_plugin = "e4902565b662b0fcc7ac7e6abf6b74e15518e024"
15SRCREV_FORMAT = "cni_plugins" 15SRCREV_FORMAT = "cni_plugins"
16SRC_URI = "\ 16SRC_URI = "\
17 git://github.com/containernetworking/cni.git;branch=main;name=cni;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ 17 git://github.com/containernetworking/cni.git;branch=main;name=cni;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \
@@ -23,6 +23,9 @@ SRC_URI += "git://github.com/flannel-io/cni-plugin;branch=main;name=flannel_plug
23include go-mod-git.inc 23include go-mod-git.inc
24include go-mod-cache.inc 24include go-mod-cache.inc
25 25
26# Per-dependency license tracking
27include go-mod-licenses.inc
28
26DEPENDS = " \ 29DEPENDS = " \
27 rsync-native \ 30 rsync-native \
28 " 31 "