diff options
author | Konrad Weihmann <kweihmann@outlook.com> | 2022-04-13 19:32:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-04-14 09:47:00 +0100 |
commit | 4f7717ae09cd7fc7877fd8c733d1bda9c888e129 (patch) | |
tree | b4ada0b75a15d0201a911f5440806930b4862a71 /meta/recipes-devtools/cmake | |
parent | 4e485ea7f2939082e9b5566b956e8bfcae5b3e5a (diff) | |
download | poky-4f7717ae09cd7fc7877fd8c733d1bda9c888e129.tar.gz |
cmake: add missing licenses
in target and native variant a different set of vendored libraries
is pulled from the cmake sources.
Add those licenses and there texts
(From OE-Core rev: fc6c1951dd7e53791a9d92610dfc2eefab4c2a4a)
Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/cmake')
-rw-r--r-- | meta/recipes-devtools/cmake/cmake-native_3.22.3.bb | 8 | ||||
-rw-r--r-- | meta/recipes-devtools/cmake/cmake_3.22.3.bb | 7 |
2 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-devtools/cmake/cmake-native_3.22.3.bb b/meta/recipes-devtools/cmake/cmake-native_3.22.3.bb index 8293fe5e56..ee1f7761c4 100644 --- a/meta/recipes-devtools/cmake/cmake-native_3.22.3.bb +++ b/meta/recipes-devtools/cmake/cmake-native_3.22.3.bb | |||
@@ -9,6 +9,14 @@ SRC_URI += "file://OEToolchainConfig.cmake \ | |||
9 | file://0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch \ | 9 | file://0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch \ |
10 | " | 10 | " |
11 | 11 | ||
12 | LICENSE:append = " & BSD-1-Clause & MIT & BSD-2-Clause" | ||
13 | LIC_FILES_CHKSUM:append = " \ | ||
14 | file://Utilities/cmjsoncpp/LICENSE;md5=fa2a23dd1dc6c139f35105379d76df2b \ | ||
15 | file://Utilities/cmlibarchive/COPYING;md5=d499814247adaee08d88080841cb5665 \ | ||
16 | file://Utilities/cmexpat/COPYING;md5=9e2ce3b3c4c0f2670883a23bbd7c37a9 \ | ||
17 | file://Utilities/cmlibrhash/COPYING;md5=a8c2a557a5c53b1c12cddbee98c099af \ | ||
18 | file://Utilities/cmlibuv/LICENSE;md5=a68902a430e32200263d182d44924d47 \ | ||
19 | " | ||
12 | 20 | ||
13 | B = "${WORKDIR}/build" | 21 | B = "${WORKDIR}/build" |
14 | do_configure[cleandirs] = "${B}" | 22 | do_configure[cleandirs] = "${B}" |
diff --git a/meta/recipes-devtools/cmake/cmake_3.22.3.bb b/meta/recipes-devtools/cmake/cmake_3.22.3.bb index e111dd3c5a..752c37ba7d 100644 --- a/meta/recipes-devtools/cmake/cmake_3.22.3.bb +++ b/meta/recipes-devtools/cmake/cmake_3.22.3.bb | |||
@@ -12,6 +12,13 @@ SRC_URI:append:class-nativesdk = " \ | |||
12 | file://0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch \ | 12 | file://0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | LICENSE:append = " & BSD-1-Clause & MIT" | ||
16 | LIC_FILES_CHKSUM:append = " \ | ||
17 | file://Utilities/cmjsoncpp/LICENSE;md5=fa2a23dd1dc6c139f35105379d76df2b \ | ||
18 | file://Utilities/cmlibrhash/COPYING;md5=a8c2a557a5c53b1c12cddbee98c099af \ | ||
19 | file://Utilities/cmlibuv/LICENSE;md5=a68902a430e32200263d182d44924d47 \ | ||
20 | " | ||
21 | |||
15 | # Strip ${prefix} from ${docdir}, set result into docdir_stripped | 22 | # Strip ${prefix} from ${docdir}, set result into docdir_stripped |
16 | python () { | 23 | python () { |
17 | prefix=d.getVar("prefix") | 24 | prefix=d.getVar("prefix") |