From a20d51d5c60f1ae3ce8784d5db044af28006d115 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 11 Apr 2017 13:43:34 -0400 Subject: housekeeping: swap out go-osarchmap in favor of goarch Continue work to use go infra in oe-core instead of the support for go previously found in meta-virt. This is a 1:1 drop in replacement and removes one more go piece from meta-virt in favor of the common support found in oe-core. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- recipes-containers/docker-distribution/docker-distribution_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers/docker-distribution') diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb index 07920b9f..08b6d70b 100644 --- a/recipes-containers/docker-distribution/docker-distribution_git.bb +++ b/recipes-containers/docker-distribution/docker-distribution_git.bb @@ -13,7 +13,7 @@ PACKAGES =+ "docker-registry" PV = "v2.6.0-rc+git${SRCPV}" S = "${WORKDIR}/git/src/github.com/docker/distribution" -inherit go-osarchmap +inherit goarch inherit go # This disables seccomp and apparmor, which are on by default in the -- cgit v1.2.3-54-g00ecf