diff options
-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 \ |