mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
runc-opencontainers: Update to v1.0.0-rc3
Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
3786ca8902
commit
820050481f
|
@ -1,8 +1,15 @@
|
|||
include runc.inc
|
||||
|
||||
SRCREV = "1cdaa709f151b61cee2bdaa09d8e5d2b58a8ba72"
|
||||
SRCREV = "75f8da7c889acc4509a0cf6f0d3a8f9584778375"
|
||||
SRC_URI = "git://github.com/opencontainers/runc;branch=master \
|
||||
"
|
||||
RUNC_VERSION = "1.0.0-rc1"
|
||||
RUNC_VERSION = "1.0.0-rc3"
|
||||
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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user