summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/runc/runc_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/runc/runc_git.bb b/recipes-containers/runc/runc_git.bb
index 23c0094d..c5cf40be 100644
--- a/recipes-containers/runc/runc_git.bb
+++ b/recipes-containers/runc/runc_git.bb
@@ -4,9 +4,9 @@ DESCRIPTION = "runc is a CLI tool for spawning and running containers according
4 4
5# Note: this rev is before the required protocol field, update when all components 5# Note: this rev is before the required protocol field, update when all components
6# have been updated to match. 6# have been updated to match.
7SRCREV = "1cdaa709f151b61cee2bdaa09d8e5d2b58a8ba72" 7SRCREV = "2f7393a47307a16f8cee44a37b262e8b81021e3e"
8SRC_URI = "\ 8SRC_URI = "\
9 git://github.com/opencontainers/runc;branch=master \ 9 git://github.com/docker/runc.git;nobranch=1 \
10 " 10 "
11 11
12# Apache-2.0 for containerd 12# Apache-2.0 for containerd
@@ -15,7 +15,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=435b266b3899aa8a959f17d41c56def8"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18RUNC_VERSION = "1.0.0-rc1" 18RUNC_VERSION = "1.0.0-rc2"
19PV = "${RUNC_VERSION}+git${SRCREV}" 19PV = "${RUNC_VERSION}+git${SRCREV}"
20 20
21DEPENDS = "go-cross-${TARGET_ARCH} \ 21DEPENDS = "go-cross-${TARGET_ARCH} \