diff options
Diffstat (limited to 'recipes-containers')
| -rw-r--r-- | recipes-containers/runc/runc-docker_git.bb | 4 | ||||
| -rw-r--r-- | recipes-containers/runc/runc-opencontainers_git.bb | 4 | ||||
| -rw-r--r-- | recipes-containers/runc/runc.inc | 4 |
3 files changed, 4 insertions, 8 deletions
diff --git a/recipes-containers/runc/runc-docker_git.bb b/recipes-containers/runc/runc-docker_git.bb index b8754bd3..9db48ee6 100644 --- a/recipes-containers/runc/runc-docker_git.bb +++ b/recipes-containers/runc/runc-docker_git.bb | |||
| @@ -12,8 +12,4 @@ SRC_URI = "git://github.com/docker/runc.git;nobranch=1;name=runc-docker \ | |||
| 12 | file://0001-Disable-building-recvtty.patch \ | 12 | file://0001-Disable-building-recvtty.patch \ |
| 13 | " | 13 | " |
| 14 | 14 | ||
| 15 | GO_IMPORT = "import" | ||
| 16 | |||
| 17 | RUNC_VERSION = "1.0.0-rc3" | 15 | RUNC_VERSION = "1.0.0-rc3" |
| 18 | PROVIDES += "virtual/runc" | ||
| 19 | RPROVIDES_${PN} = "virtual/runc" | ||
diff --git a/recipes-containers/runc/runc-opencontainers_git.bb b/recipes-containers/runc/runc-opencontainers_git.bb index 78488e03..a97676b6 100644 --- a/recipes-containers/runc/runc-opencontainers_git.bb +++ b/recipes-containers/runc/runc-opencontainers_git.bb | |||
| @@ -6,7 +6,3 @@ SRC_URI = " \ | |||
| 6 | file://0001-Use-correct-go-cross-compiler.patch \ | 6 | file://0001-Use-correct-go-cross-compiler.patch \ |
| 7 | " | 7 | " |
| 8 | RUNC_VERSION = "1.0.0-rc4" | 8 | RUNC_VERSION = "1.0.0-rc4" |
| 9 | PROVIDES += "virtual/runc" | ||
| 10 | RPROVIDES_${PN} = "virtual/runc" | ||
| 11 | |||
| 12 | GO_IMPORT = "import" | ||
diff --git a/recipes-containers/runc/runc.inc b/recipes-containers/runc/runc.inc index c1ff08f7..d2aec843 100644 --- a/recipes-containers/runc/runc.inc +++ b/recipes-containers/runc/runc.inc | |||
| @@ -12,6 +12,10 @@ PV = "${RUNC_VERSION}+git${SRCREV}" | |||
| 12 | 12 | ||
| 13 | inherit go | 13 | inherit go |
| 14 | RRECOMMENDS_${PN} = "lxc docker" | 14 | RRECOMMENDS_${PN} = "lxc docker" |
| 15 | PROVIDES += "virtual/runc" | ||
| 16 | RPROVIDES_${PN} = "virtual/runc" | ||
| 17 | |||
| 18 | GO_IMPORT = "import" | ||
| 15 | 19 | ||
| 16 | LIBCONTAINER_PACKAGE="github.com/opencontainers/runc/libcontainer" | 20 | LIBCONTAINER_PACKAGE="github.com/opencontainers/runc/libcontainer" |
| 17 | 21 | ||
