summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/crun/crun_git.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb
index 3d4c17c4..d2f7b63b 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 = "64611d7ac938b8397e8a00a0e69987583fadec7d" 6SRCREV_crun = "393509db566bedea037d1599c5a58b896f5d3b01"
7SRCREV_libocispec = "552ccbbad3aaff8e07e8fbad210ec3b4c9c95a66" 7SRCREV_libocispec = "8b07b619df73a113f7721f1c7ce24f2572b04cea"
8SRCREV_ispec = "6519a62d628ec31b5da156de745b516d8850c8e3" 8SRCREV_ispec = "a4c6ade7bb82b316d45391f572727a63e268b252"
9SRCREV_rspec = "5610abdb9fac3b48b2c0ba6216d77320cbbbfb6f" 9SRCREV_rspec = "6f7b71c2d216403715f7364ac88dec88d9da989c"
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 = "v1.24.0+git" 22PV = "1.26.0+git"
23 23
24inherit autotools-brokensep pkgconfig features_check 24inherit autotools-brokensep pkgconfig features_check
25 25