summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@opensourcefoundries.com>2018-06-13 20:54:43 -0300
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-06-14 04:32:53 -0400
commitb0acd19777112dd3d6afeee8a22a157407ba1647 (patch)
treee82798263329782cd0c53e47f645dc175f635041
parent6c354d16212ed31488a9e1f25c77dc94403e5272 (diff)
downloadmeta-virtualization-b0acd19777112dd3d6afeee8a22a157407ba1647.tar.gz
tini: fix license
tini is licensed under the MIT license instead of Apache-2.0. Signed-off-by: Ricardo Salveti <ricardo@opensourcefoundries.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-containers/tini/tini_0.18.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-containers/tini/tini_0.18.0.bb b/recipes-containers/tini/tini_0.18.0.bb
index 7c124a89..373d886a 100644
--- a/recipes-containers/tini/tini_0.18.0.bb
+++ b/recipes-containers/tini/tini_0.18.0.bb
@@ -10,7 +10,7 @@ SRC_URI = " \
10 file://0001-Do-not-strip-the-output-binary-allow-yocto-to-do-thi.patch \ 10 file://0001-Do-not-strip-the-output-binary-allow-yocto-to-do-thi.patch \
11 " 11 "
12 12
13LICENSE = "Apache-2.0" 13LICENSE = "MIT"
14LIC_FILES_CHKSUM = "file://LICENSE;md5=ffc9091894702bc5dcf4cc0085561ef5" 14LIC_FILES_CHKSUM = "file://LICENSE;md5=ffc9091894702bc5dcf4cc0085561ef5"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"