summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-containers/runc/runc-docker_git.bb2
-rw-r--r--recipes-containers/runc/runc-opencontainers_git.bb2
2 files changed, 4 insertions, 0 deletions
diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb
index 8d810d01..3684366f 100644
--- a/recipes-containers/runc/runc-docker_git.bb
+++ b/recipes-containers/runc/runc-docker_git.bb
@@ -11,3 +11,5 @@ SRC_URI = "git://github.com/opencontainers/runc;nobranch=1;name=runc-docker \
11 " 11 "
12 12
13RUNC_VERSION = "1.0.0-rc8" 13RUNC_VERSION = "1.0.0-rc8"
14
15CVE_PRODUCT = "runc"
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb
index 3a7e7aaf..a1271f69 100644
--- a/recipes-containers/runc/runc-opencontainers_git.bb
+++ b/recipes-containers/runc/runc-opencontainers_git.bb
@@ -7,3 +7,5 @@ SRC_URI = " \
7 file://0001-Only-allow-proc-mount-if-it-is-procfs.patch \ 7 file://0001-Only-allow-proc-mount-if-it-is-procfs.patch \
8 " 8 "
9RUNC_VERSION = "1.0.0-rc8" 9RUNC_VERSION = "1.0.0-rc8"
10
11CVE_PRODUCT = "runc"