diff options
Diffstat (limited to 'recipes-containers/runc/runc-opencontainers_git.bb')
-rw-r--r-- | recipes-containers/runc/runc-opencontainers_git.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb index 188b8440..b84f666b 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc-opencontainers_git.bb | |||
@@ -1,11 +1,15 @@ | |||
1 | include runc.inc | 1 | include runc.inc |
2 | 2 | ||
3 | SRCREV = "a9833ff391a71b30069a6c3f816db113379a4346" | 3 | SRCREV = "25d476443207db333bcc6dd076db7cd3a9eea1d7" |
4 | SRC_URI = " \ | 4 | SRC_URI = " \ |
5 | git://github.com/opencontainers/runc;branch=release-1.1;protocol=https \ | 5 | git://github.com/opencontainers/runc;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} \ |
6 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ | 6 | file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \ |
7 | " | 7 | " |
8 | RUNC_VERSION = "1.1.12" | 8 | RUNC_VERSION = "1.2.0" |
9 | |||
10 | # for compatibility with existing RDEPENDS that have existed since | ||
11 | # runc-docker and runc-opencontainers were separate | ||
12 | RPROVIDES:${PN} += "runc-docker" | ||
9 | 13 | ||
10 | CVE_PRODUCT = "runc" | 14 | CVE_PRODUCT = "runc" |
11 | 15 | ||