summaryrefslogtreecommitdiffstats
path: root/recipes-containers
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-02-17 13:26:56 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-02-17 13:26:56 -0500
commit776422fa046e0779b48ddfaaed4fb35651256258 (patch)
tree7a9e2cba21c26f09a2e28e1fd596553157b0be28 /recipes-containers
parent6d05401c38eb7ccc35e2f46848e40af57b57fd8e (diff)
downloadmeta-virtualization-776422fa046e0779b48ddfaaed4fb35651256258.tar.gz
oci-image-tools: use go-cross-${ARCH}
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-containers')
-rw-r--r--recipes-containers/oci-image-tools/oci-image-tools_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/oci-image-tools/oci-image-tools_git.bb b/recipes-containers/oci-image-tools/oci-image-tools_git.bb
index 48cae767..090020ae 100644
--- a/recipes-containers/oci-image-tools/oci-image-tools_git.bb
+++ b/recipes-containers/oci-image-tools/oci-image-tools_git.bb
@@ -3,7 +3,7 @@ SUMMARY = "A collection of tools for working with the OCI image format specifica
3LICENSE = "Apache-2" 3LICENSE = "Apache-2"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
5 5
6DEPENDS = "go-cross \ 6DEPENDS = "go-cross-${TARGET_ARCH} \
7 oci-image-spec \ 7 oci-image-spec \
8 oci-runtime-spec \ 8 oci-runtime-spec \
9 go-digest \ 9 go-digest \