From 36cdef7c5f08f4f904efe6f454b736b65b4d9055 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 19 Oct 2021 23:18:11 -0400 Subject: cni: add SRCREV_FORMAT recipes that use multiple SCMs in the SRC_URI, must supply SRCREV_FORMAT or SRCPV triggers an expansion error. While this isn't fatal during the build, it can cause issues with setscene (and possibly) other tasks failing, which then leads to no sstate re-use, etc. Signed-off-by: Bruce Ashfield --- recipes-networking/cni/cni_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-networking/cni') diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb index cb8d6fff..d211de82 100644 --- a/recipes-networking/cni/cni_git.bb +++ b/recipes-networking/cni/cni_git.bb @@ -12,6 +12,7 @@ is simple to implement. \ SRCREV_cni = "b5ab16f010e822936eb974690ecec38ba69afc01" # Version 0.9.1 SRCREV_plugins = "78702e9d8a2cdb6931fab433f1d1e6789162954f" +SRCREV_FORMAT = "cni_plugins" SRC_URI = "\ git://github.com/containernetworking/cni.git;nobranch=1;name=cni \ git://github.com/containernetworking/plugins.git;nobranch=1;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins \ -- cgit v1.2.3-54-g00ecf