diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-02-17 13:26:56 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-02-17 13:26:56 -0500 |
commit | 776422fa046e0779b48ddfaaed4fb35651256258 (patch) | |
tree | 7a9e2cba21c26f09a2e28e1fd596553157b0be28 | |
parent | 6d05401c38eb7ccc35e2f46848e40af57b57fd8e (diff) | |
download | meta-virtualization-776422fa046e0779b48ddfaaed4fb35651256258.tar.gz |
oci-image-tools: use go-cross-${ARCH}
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-containers/oci-image-tools/oci-image-tools_git.bb | 2 |
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 | |||
3 | LICENSE = "Apache-2" | 3 | LICENSE = "Apache-2" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" |
5 | 5 | ||
6 | DEPENDS = "go-cross \ | 6 | DEPENDS = "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 \ |