diff options
Diffstat (limited to 'recipes-containers')
| -rw-r--r-- | recipes-containers/crun/crun_git.bb | 12 |
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" | |||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
| 5 | 5 | ||
| 6 | SRCREV_crun = "393509db566bedea037d1599c5a58b896f5d3b01" | 6 | SRCREV_crun = "7e45b26ba9524290af70ffe645911f7e032d6913" |
| 7 | SRCREV_libocispec = "8b07b619df73a113f7721f1c7ce24f2572b04cea" | 7 | SRCREV_libocispec = "8034d0ecd27f646ba3ffae5ff24db234ce062825" |
| 8 | SRCREV_ispec = "a4c6ade7bb82b316d45391f572727a63e268b252" | 8 | SRCREV_ispec = "13cff54902ec9ad6320cbc487a685b66fcd67171" |
| 9 | SRCREV_rspec = "6f7b71c2d216403715f7364ac88dec88d9da989c" | 9 | SRCREV_rspec = "6999a89a76a0329f440d5740497bedb9dd431297" |
| 10 | SRCREV_yajl = "f344d21280c3e4094919fd318bc5ce75da91fc06" | 10 | SRCREV_yajl = "f344d21280c3e4094919fd318bc5ce75da91fc06" |
| 11 | 11 | ||
| 12 | SRCREV_FORMAT = "crun_rspec" | 12 | SRCREV_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 | ||
| 22 | PV = "1.26.0+git" | 22 | PV = "1.28.0+git" |
| 23 | 23 | ||
| 24 | inherit autotools-brokensep pkgconfig features_check | 24 | inherit autotools-brokensep pkgconfig features_check |
| 25 | 25 | ||
| @@ -44,7 +44,7 @@ PACKAGECONFIG[man] = ",,go-md2man-native" | |||
| 44 | PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp" | 44 | PACKAGECONFIG[seccomp] = "--enable-seccomp,--disable-seccomp,libseccomp" |
| 45 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" | 45 | PACKAGECONFIG[systemd] = "--enable-systemd,--disable-systemd,systemd" |
| 46 | 46 | ||
| 47 | DEPENDS = "m4-native" | 47 | DEPENDS = "m4-native json-c" |
| 48 | DEPENDS:append:libc-musl = " argp-standalone" | 48 | DEPENDS:append:libc-musl = " argp-standalone" |
| 49 | 49 | ||
| 50 | do_configure:prepend () { | 50 | do_configure:prepend () { |
