[meta-virtualization] [PATCH] tini: fix license

Ricardo Salveti ricardo at opensourcefoundries.com
Wed Jun 13 16:54:43 PDT 2018


tini is licensed under the MIT license instead of Apache-2.0.

Signed-off-by: Ricardo Salveti <ricardo at opensourcefoundries.com>
---
 recipes-containers/tini/tini_0.18.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-containers/tini/tini_0.18.0.bb b/recipes-containers/tini/tini_0.18.0.bb
index 7c124a8..373d886 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"
-- 
2.7.4



More information about the meta-virtualization mailing list