summaryrefslogtreecommitdiffstats
path: root/recipes-containers/runc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-containers/runc')
-rw-r--r--recipes-containers/runc/runc_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/runc/runc_git.bb b/recipes-containers/runc/runc_git.bb
index ed9a32e4..23c0094d 100644
--- a/recipes-containers/runc/runc_git.bb
+++ b/recipes-containers/runc/runc_git.bb
@@ -18,7 +18,7 @@ S = "${WORKDIR}/git"
18RUNC_VERSION = "1.0.0-rc1" 18RUNC_VERSION = "1.0.0-rc1"
19PV = "${RUNC_VERSION}+git${SRCREV}" 19PV = "${RUNC_VERSION}+git${SRCREV}"
20 20
21DEPENDS = "go-cross \ 21DEPENDS = "go-cross-${TARGET_ARCH} \
22 " 22 "
23RRECOMMENDS_${PN} = "lxc docker" 23RRECOMMENDS_${PN} = "lxc docker"
24 24