From 8621e32957ae67d096c10575a4046af372af60e9 Mon Sep 17 00:00:00 2001 From: Christophe PRIOUZEAU Date: Mon, 7 Oct 2019 13:08:37 +0000 Subject: [PATCH] cmake: Clarify BSD license variant The license of cmake is BSD-3-Clause Signed-off-by: Christophe Priouzeau Signed-off-by: Richard Purdie --- meta/recipes-devtools/cmake/cmake.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 67caa306df..d8a9e2dd3e 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc @@ -9,7 +9,7 @@ environment of your choice." HOMEPAGE = "http://www.cmake.org/" BUGTRACKER = "http://public.kitware.com/Bug/my_view_page.php" SECTION = "console/utils" -LICENSE = "BSD" +LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://Copyright.txt;md5=622747147b46f22e1953876a7cba3323 \ file://Source/cmake.h;md5=4494dee184212fc89c469c3acd555a14;beginline=1;endline=3 \ " -- 2.40.1