mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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>
This commit is contained in:
parent
491a385ca6
commit
24b68f18af
|
@ -17,9 +17,6 @@ SRC_URI = "\
|
||||||
git://github.com/containernetworking/cni.git;nobranch=1;name=cni;protocol=https \
|
git://github.com/containernetworking/cni.git;nobranch=1;name=cni;protocol=https \
|
||||||
git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \
|
git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https \
|
||||||
"
|
"
|
||||||
|
|
||||||
RPROVIDES:${PN} += "kubernetes-cni"
|
|
||||||
|
|
||||||
LICENSE = "Apache-2.0"
|
LICENSE = "Apache-2.0"
|
||||||
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
|
LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464fc"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user