On Mon, Oct 16, 2017 at 8:50 PM, Bruce Ashfield <[email protected]> wrote: > On Mon, Oct 16, 2017 at 5:17 PM, Ricardo Salveti > <[email protected]> wrote: >> runc.inc sets PV based on "${RUNC_VERSION}+git${SRCREV}", which is >> set correctly by runc-opencontainers but not by runc-docker (PV was set >> to 1.0.0-rc3+gitINVALID-r0 instead of using the SRCREV hash). > > Then I'll revert the .inc > > As I mentioned before, I'm keeping the named SRCREVs. I didn't notice that on > the way in.
I see the issue. I won't take this patch, but will fix things up a different way. Bruce > > Cheers, > > Bruce > >> >> Signed-off-by: Ricardo Salveti <[email protected]> >> --- >> recipes-containers/runc/runc-docker_git.bb | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/recipes-containers/runc/runc-docker_git.bb >> b/recipes-containers/runc/runc-docker_git.bb >> index 9db48ee..6ef4d2c 100644 >> --- a/recipes-containers/runc/runc-docker_git.bb >> +++ b/recipes-containers/runc/runc-docker_git.bb >> @@ -2,7 +2,7 @@ include runc.inc >> >> # Note: this rev is before the required protocol field, update when all >> components >> # have been updated to match. >> -SRCREV_runc-docker = "9d6821d1b53908e249487741eccd567249ca1d99" >> +SRCREV = "9d6821d1b53908e249487741eccd567249ca1d99" >> SRC_URI = "git://github.com/docker/runc.git;nobranch=1;name=runc-docker \ >> >> file://0001-Update-to-runtime-spec-198f23f827eea397d4331d7eb048d.patch \ >> file://0002-Remove-Platform-as-no-longer-in-OCI-spec.patch \ >> -- >> 2.7.4 >> >> -- >> _______________________________________________ >> meta-virtualization mailing list >> [email protected] >> https://lists.yoctoproject.org/listinfo/meta-virtualization > > > > -- > "Thou shalt not follow the NULL pointer, for chaos and madness await > thee at its end" -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
