From 4a16ba75b11a7748c076f3794a62b8a7975dbc81 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 6 Feb 2021 13:27:53 -0500 Subject: crun: update to 0.17 We bump crun, and its dependency repositories to their latest revisions. Along with the code changes, we have a new systemd dependency (or the build fails), and the License was incorrectly set to GPLv3 previously, and we correct it to v2 as part of this update. Signed-off-by: Bruce Ashfield --- recipes-containers/crun/crun_git.bb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb index 7781e110..e4f886c4 100644 --- a/recipes-containers/crun/crun_git.bb +++ b/recipes-containers/crun/crun_git.bb @@ -1,12 +1,12 @@ DESCRIPTION = "A fast and low-memory footprint OCI Container Runtime fully written in C." -LICENSE = "GPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" PRIORITY = "optional" -SRCREV_crun = "a43f72196f7aaf713dc997eaddd0f08612f60ac0" -SRCREV_libocispec = "01c8f977ff5ed1e8010f40c2572343be1a70a51b" -SRCREV_ispec = "775207bd45b6cb8153ce218cc59351799217451f" -SRCREV_rspec = "19e92ca817772b4466f2ed2b8d808dfb7a8ab4be" +SRCREV_crun = "0e9229ae34caaebcb86f1fde18de3acaf18c6d9a" +SRCREV_libocispec = "ece5f6aede6488396f9c84bc985df09f95204e1d" +SRCREV_ispec = "79b036d80240ae530a8de15e1d21c7ab9292c693" +SRCREV_rspec = "7413a7f753e1bd9a6a9c6dc7f96f55888cbbd476" SRCREV_FORMAT = "crun_rspec" SRC_URI = "git://github.com/containers/crun.git;branch=master;name=crun \ @@ -15,7 +15,7 @@ SRC_URI = "git://github.com/containers/crun.git;branch=master;name=crun \ git://github.com/opencontainers/image-spec.git;branch=master;name=ispec;destsuffix=git/libocispec/image-spec \ " -PV = "0.10.2+git${SRCREV_crun}" +PV = "0.17+git${SRCREV_crun}" S = "${WORKDIR}/git" inherit autotools-brokensep pkgconfig @@ -25,6 +25,7 @@ PACKAGECONFIG ??= "" DEPENDS = "yajl libcap go-md2man-native" # TODO: is there a packageconfig to turn this off ? DEPENDS += "libseccomp" +DEPENDS += "systemd" DEPENDS += "oci-image-spec oci-runtime-spec" do_install() { -- cgit v1.2.3-54-g00ecf