From 2ef58c264b21d36255c2754abef43e0bee764ae8 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 8 Feb 2017 12:53:27 -0500 Subject: go-cross: add ${TARGET_ARCH} to PN Since we are building a cross tool which produces something which is ARCH specific we should stick to the -cross- naming convention. A variant of this patch has been floating around for a while but with the changes around per recipe sysroots, distributed builds, shared builds... we are best served to adopt this convention now. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- recipes-containers/runc/runc_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers/runc') 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" RUNC_VERSION = "1.0.0-rc1" PV = "${RUNC_VERSION}+git${SRCREV}" -DEPENDS = "go-cross \ +DEPENDS = "go-cross-${TARGET_ARCH} \ " RRECOMMENDS_${PN} = "lxc docker" -- cgit v1.2.3-54-g00ecf