diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-12-13 10:59:00 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-12-13 15:59:35 -0500 |
| commit | 24b68f18af7c14a3b958829a9a207ccda8d065fd (patch) | |
| tree | c24fed082581099143eec2e0daa83e6e48d00cc8 /recipes-networking | |
| parent | 491a385ca6fd6e47c364d0bda0ffdf557eec6da0 (diff) | |
| download | meta-virtualization-24b68f18af7c14a3b958829a9a207ccda8d065fd.tar.gz | |
cni: don't provide kubernetes-cni by default
The kubernetes recipes can inherit cni_networking and provide their
own PN-cni packages, so we no longer need to provide this by default.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking')
| -rw-r--r-- | recipes-networking/cni/cni_git.bb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb index 3503816c..00254df8 100644 --- a/recipes-networking/cni/cni_git.bb +++ b/recipes-networking/cni/cni_git.bb | |||
| @@ -17,9 +17,6 @@ SRC_URI = "\ | |||
| 17 | git://github.com/containernetworking/cni.git;nobranch=1;name=cni;protocol=https \ | 17 | git://github.com/containernetworking/cni.git;nobranch=1;name=cni;protocol=https \ |
| 18 | git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \ | 18 | git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \ |
| 19 | " | 19 | " |
| 20 | |||
| 21 | RPROVIDES:${PN} += "kubernetes-cni" | ||
| 22 | |||
| 23 | LICENSE = "Apache-2.0" | 20 | LICENSE = "Apache-2.0" |
| 24 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" | 21 | LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc" |
| 25 | 22 | ||
