summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-09-14 15:57:23 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-09-14 16:00:43 -0400
commite83556a3f4633e91be4bb107fb7663c5282a924a (patch)
treee6b8466d6eb050dea140ea18cdee42ab2cad6163
parenta83bc2b936516167d501bf269bfcb87ae5afb6ad (diff)
downloadmeta-virtualization-e83556a3f4633e91be4bb107fb7663c5282a924a.tar.gz
oci-image-tools: fix LICENSE file location
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-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 30179608..68d73c37 100644
--- a/recipes-containers/oci-image-tools/oci-image-tools_git.bb
+++ b/recipes-containers/oci-image-tools/oci-image-tools_git.bb
@@ -1,7 +1,7 @@
1HOMEPAGE = "https://github.com/opencontainers/image-tools" 1HOMEPAGE = "https://github.com/opencontainers/image-tools"
2SUMMARY = "A collection of tools for working with the OCI image format specification" 2SUMMARY = "A collection of tools for working with the OCI image format specification"
3LICENSE = "Apache-2" 3LICENSE = "Apache-2"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" 4LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"
5 5
6DEPENDS = "\ 6DEPENDS = "\
7 oci-image-spec \ 7 oci-image-spec \