summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorAmy Fong <amy.fong@windriver.com>2015-07-27 14:14:16 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-07-29 11:07:17 -0400
commit26b2724b4335a5e3038fec508e65a8d9c2f5792a (patch)
treedd5cd4ca63f8717607e95c1f4e160b2db8cfd3c0 /recipes-containers
parentacb711dfa93a916805c286fafa8c304394fc05cc (diff)
downloadmeta-virtualization-26b2724b4335a5e3038fec508e65a8d9c2f5792a.tar.gz
golang: use oe-meta-go
From b101a0c7ce6ef1eb41bef786831e58fa4d1b069f Mon Sep 17 00:00:00 2001 From: Amy Fong <amy.fong@windriver.com> 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 <amy.fong@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/docker/docker_git.bb2
1 files changed, 1 insertions, 1 deletions
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"
36DOCKER_VERSION = "1.6.2" 36DOCKER_VERSION = "1.6.2"
37PV = "${DOCKER_VERSION}+git${SRCREV}" 37PV = "${DOCKER_VERSION}+git${SRCREV}"
38 38
39DEPENDS = "golang-cross \ 39DEPENDS = "go-cross \
40 go-cli \ 40 go-cli \
41 go-pty \ 41 go-pty \
42 go-context \ 42 go-context \