summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc/runc-opencontainers_git.bb
blob: 940ae952831cc09349797612240685c69fee42fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include runc.inc

SRCREV = "2e7cfe036e2c6dc51ccca6eb7fa3ee6b63976dcd"
SRC_URI = "git://github.com/opencontainers/runc;branch=master"
RUNC_VERSION = "1.0.0-rc4"
PROVIDES += "virtual/runc"
RPROVIDES_${PN} = "virtual/runc"

do_compile_prepend() {
	# Go looks in a src directory under any directory in GOPATH but
	# runc-opencontainers uses 'vendor' instead of 'vendor/src'. We can fix
	# this with a symlink.
	ln -sfn . "${S}/vendor/src"
}