summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc-opencontainers_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/runc/runc-opencontainers_git.bb')
-rw-r--r--recipes-containers/runc/runc-opencontainers_git.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb
index 902a93da..2cfceea8 100644
--- a/recipes-containers/runc/runc-opencontainers_git.bb
+++ b/recipes-containers/runc/runc-opencontainers_git.bb
@@ -1,7 +1,10 @@
1include runc.inc 1include runc.inc
2 2
3SRCREV = "2e7cfe036e2c6dc51ccca6eb7fa3ee6b63976dcd" 3SRCREV = "2e7cfe036e2c6dc51ccca6eb7fa3ee6b63976dcd"
4SRC_URI = "git://github.com/opencontainers/runc;branch=master" 4SRC_URI = " \
5 git://github.com/opencontainers/runc;branch=master \
6 file://0001-Use-correct-go-cross-compiler.patch \
7 "
5RUNC_VERSION = "1.0.0-rc4" 8RUNC_VERSION = "1.0.0-rc4"
6PROVIDES += "virtual/runc" 9PROVIDES += "virtual/runc"
7RPROVIDES_${PN} = "virtual/runc" 10RPROVIDES_${PN} = "virtual/runc"