summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/crun/crun_git.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb
index d2f7b63b..1fa9f886 100644
--- a/recipes-containers/crun/crun_git.bb
+++ b/recipes-containers/crun/crun_git.bb
@@ -3,10 +3,10 @@ LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 3LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4PRIORITY = "optional" 4PRIORITY = "optional"
5 5
6SRCREV_crun = "393509db566bedea037d1599c5a58b896f5d3b01" 6SRCREV_crun = "7e45b26ba9524290af70ffe645911f7e032d6913"
7SRCREV_libocispec = "8b07b619df73a113f7721f1c7ce24f2572b04cea" 7SRCREV_libocispec = "8034d0ecd27f646ba3ffae5ff24db234ce062825"
8SRCREV_ispec = "a4c6ade7bb82b316d45391f572727a63e268b252" 8SRCREV_ispec = "13cff54902ec9ad6320cbc487a685b66fcd67171"
9SRCREV_rspec = "6f7b71c2d216403715f7364ac88dec88d9da989c" 9SRCREV_rspec = "6999a89a76a0329f440d5740497bedb9dd431297"
10SRCREV_yajl = "f344d21280c3e4094919fd318bc5ce75da91fc06" 10SRCREV_yajl = "f344d21280c3e4094919fd318bc5ce75da91fc06"
11 11
12SRCREV_FORMAT = "crun_rspec" 12SRCREV_FORMAT = "crun_rspec"
@@ -19,7 +19,7 @@ SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun;protocol=h
19 file://0002-libocispec-fix-array-items-parsing.patch;patchdir=libocispec \ 19 file://0002-libocispec-fix-array-items-parsing.patch;patchdir=libocispec \
20 " 20 "
21 21
22PV = "1.26.0+git" 22PV = "1.28.0+git"
23 23
24inherit autotools-brokensep pkgconfig features_check 24inherit autotools-brokensep pkgconfig features_check
25 25
@@ -44,7 +44,7 @@ PACKAGECONFIG[man] = ",,go-md2man-native"
44PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp" 44PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp"
45PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" 45PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd"
46 46
47DEPENDS = "m4-native" 47DEPENDS = "m4-native json-c"
48DEPENDS:append:libc-musl = " argp-standalone" 48DEPENDS:append:libc-musl = " argp-standalone"
49 49
50do_configure:prepend () { 50do_configure:prepend () {