summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/crun/crun_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/crun/crun_git.bb b/recipes-containers/crun/crun_git.bb
index b548ac24..ccd14310 100644
--- a/recipes-containers/crun/crun_git.bb
+++ b/recipes-containers/crun/crun_git.bb
@@ -3,7 +3,7 @@ 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 = "e922e422510629e9d4f6b298663d75a04e2bf260" 6SRCREV_crun = "ca8e5c74c13dbd5b1125d0357a9081d283a50971"
7SRCREV_libocispec = "68397329bc51a66c56938fc4111fac751d6fd3b0" 7SRCREV_libocispec = "68397329bc51a66c56938fc4111fac751d6fd3b0"
8SRCREV_ispec = "64294bd7a2bf2537e1a6a34d687caae70300b0c4" 8SRCREV_ispec = "64294bd7a2bf2537e1a6a34d687caae70300b0c4"
9SRCREV_rspec = "82cca47c22f5e87880421381fe1f8e0ef541ab64" 9SRCREV_rspec = "82cca47c22f5e87880421381fe1f8e0ef541ab64"
@@ -17,7 +17,7 @@ SRC_URI = "git://github.com/containers/crun.git;branch=main;name=crun;protocol=h
17 git://github.com/containers/yajl.git;branch=main;name=yajl;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/libocispec/yajl;protocol=https \ 17 git://github.com/containers/yajl.git;branch=main;name=yajl;destsuffix=${BB_GIT_DEFAULT_DESTSUFFIX}/libocispec/yajl;protocol=https \
18 " 18 "
19 19
20PV = "v1.21.0+git${SRCREV_crun}" 20PV = "v1.23.1+git${SRCREV_crun}"
21 21
22inherit autotools-brokensep pkgconfig 22inherit autotools-brokensep pkgconfig
23 23