From 776422fa046e0779b48ddfaaed4fb35651256258 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 17 Feb 2017 13:26:56 -0500 Subject: oci-image-tools: use go-cross-${ARCH} Signed-off-by: Bruce Ashfield --- recipes-containers/oci-image-tools/oci-image-tools_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 LICENSE = "Apache-2" LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" -DEPENDS = "go-cross \ +DEPENDS = "go-cross-${TARGET_ARCH} \ oci-image-spec \ oci-runtime-spec \ go-digest \ -- cgit v1.2.3-54-g00ecf