diff options
Diffstat (limited to 'meta')
-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") |