Upgrade the git version to latest master to make the recipe truly serve its purpose.
This upgrades both cni and plugins repos. Signed-off-by: Chen Qi <[email protected]> --- recipes-networking/cni/cni_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb index 06b37a4..60c39f1 100644 --- a/recipes-networking/cni/cni_git.bb +++ b/recipes-networking/cni/cni_git.bb @@ -1,10 +1,10 @@ # This cni version is supposed to track latest upstream. require cni.inc -SRCREV_cni = "dc71cd2ba60c452c56a0a259f2a23d2afe42b688" -SRCREV_plugins = "0eddc554c0747200b7b112ce5322dcfa525298cf" +SRCREV_cni = "8c6c47d1c7fcf51c8d0c939d2af06dd108f876da" +SRCREV_plugins = "2d6d4b260a98973a206fde18bdde4f2511c72c60" SRC_URI = "\ git://github.com/containernetworking/cni.git;nobranch=1;name=cni \ git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=plugins;name=plugins \ " -PV = "0.7.0+git${SRCREV_cni}" +PV = "0.7.1+git${SRCREV_cni}" -- 2.17.1 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
