mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
runc/containerd: use go.bbclass for dependencies
Rather than explicit go-cross DEPENDS, we can inherit go.bbclass and pick up them automatically. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
651bbe8bc4
commit
752fde1f87
|
@ -12,8 +12,7 @@ S = "${WORKDIR}/git"
|
|||
|
||||
PV = "${CONTAINERD_VERSION}+git${SRCREV}"
|
||||
|
||||
DEPENDS = "go-cross-${TARGET_ARCH} \
|
||||
"
|
||||
inherit go
|
||||
|
||||
RRECOMMENDS_${PN} = "lxc docker"
|
||||
CONTAINERD_PKG="github.com/docker/containerd"
|
||||
|
|
|
@ -10,8 +10,7 @@ S = "${WORKDIR}/git"
|
|||
|
||||
PV = "${RUNC_VERSION}+git${SRCREV}"
|
||||
|
||||
DEPENDS = "go-cross-${TARGET_ARCH} \
|
||||
"
|
||||
inherit go
|
||||
RRECOMMENDS_${PN} = "lxc docker"
|
||||
|
||||
LIBCONTAINER_PACKAGE="github.com/opencontainers/runc/libcontainer"
|
||||
|
|
Loading…
Reference in New Issue
Block a user