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-networking/netns/netns_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-networking/netns') diff --git a/recipes-networking/netns/netns_git.bb b/recipes-networking/netns/netns_git.bb index f41ff701..641d55fc 100644 --- a/recipes-networking/netns/netns_git.bb +++ b/recipes-networking/netns/netns_git.bb @@ -9,7 +9,7 @@ PV = "0.1.0+git${SRCPV}" S = "${WORKDIR}/git" -inherit go-osarchmap +inherit goarch inherit go do_compile() { -- cgit v1.2.3-54-g00ecf