From b0acd19777112dd3d6afeee8a22a157407ba1647 Mon Sep 17 00:00:00 2001 From: Ricardo Salveti Date: Wed, 13 Jun 2018 20:54:43 -0300 Subject: tini: fix license tini is licensed under the MIT license instead of Apache-2.0. Signed-off-by: Ricardo Salveti Signed-off-by: Bruce Ashfield --- recipes-containers/tini/tini_0.18.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers/tini') 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 = " \ file://0001-Do-not-strip-the-output-binary-allow-yocto-to-do-thi.patch \ " -LICENSE = "Apache-2.0" +LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=ffc9091894702bc5dcf4cc0085561ef5" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf