From 26b2724b4335a5e3038fec508e65a8d9c2f5792a Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Mon, 27 Jul 2015 14:14:16 -0400 Subject: golang: use oe-meta-go From b101a0c7ce6ef1eb41bef786831e58fa4d1b069f Mon Sep 17 00:00:00 2001 From: Amy Fong Date: Mon, 27 Jul 2015 14:10:20 -0400 Subject: [PATCH] golang: use oe-meta-go Update meta-virtualization to use go package from oe-meta-go. The package golang-cross is go-cross in the oe-meta-go. Signed-off-by: Amy Fong Signed-off-by: Bruce Ashfield --- recipes-containers/docker/docker_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers') diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb index ab322350..aa125a3a 100644 --- a/recipes-containers/docker/docker_git.bb +++ b/recipes-containers/docker/docker_git.bb @@ -36,7 +36,7 @@ S = "${WORKDIR}/git" DOCKER_VERSION = "1.6.2" PV = "${DOCKER_VERSION}+git${SRCREV}" -DEPENDS = "golang-cross \ +DEPENDS = "go-cross \ go-cli \ go-pty \ go-context \ -- cgit v1.2.3-54-g00ecf