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/docker/docker_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers/docker') diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb index 6805d786..75da1861 100644 --- a/recipes-containers/docker/docker_git.bb +++ b/recipes-containers/docker/docker_git.bb @@ -37,7 +37,7 @@ DOCKER_VERSION = "1.13.0" PV = "${DOCKER_VERSION}+git${SRCREV}" DEPENDS = " \ - go-cross \ + go-cross-${TARGET_ARCH} \ go-cli \ go-pty \ go-context \ -- cgit v1.2.3-54-g00ecf