diff options
author | Flora Hu <flora.hu@nxp.com> | 2024-12-26 15:00:19 +0800 |
---|---|---|
committer | Flora Hu <flora.hu@nxp.com> | 2025-01-13 13:58:59 +0800 |
commit | c37d3a4c28d9ccb4076f5508cf79080d83902b64 (patch) | |
tree | 6f1f8370bb085d5342c167bf30137970e927223e | |
parent | c4fb8ee0a85993e7bfa8980a6e241137b3bc0413 (diff) | |
download | meta-freescale-c37d3a4c28d9ccb4076f5508cf79080d83902b64.tar.gz |
qoriq-cst: Update to latest from NXP 6.6.52-2.2.0
Update SRCREV to e959d5d, update license file to LICENSE
Signed-off-by: Flora Hu <flora.hu@nxp.com>
-rw-r--r-- | recipes-devtools/qoriq-cst/qoriq-cst_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-devtools/qoriq-cst/qoriq-cst_git.bb b/recipes-devtools/qoriq-cst/qoriq-cst_git.bb index 8d345836..bcb4f8bf 100644 --- a/recipes-devtools/qoriq-cst/qoriq-cst_git.bb +++ b/recipes-devtools/qoriq-cst/qoriq-cst_git.bb | |||
@@ -2,7 +2,7 @@ SUMMARY = "utility for security boot" | |||
2 | SECTION = "cst" | 2 | SECTION = "cst" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | 4 | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e959d5d617e33779d0e90ce1d9043eff" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e959d5d617e33779d0e90ce1d9043eff" |
6 | 6 | ||
7 | DEPENDS += "openssl qoriq-cst-native" | 7 | DEPENDS += "openssl qoriq-cst-native" |
8 | RDEPENDS:${PN} = "bash" | 8 | RDEPENDS:${PN} = "bash" |
@@ -19,7 +19,7 @@ inherit kernel-arch | |||
19 | SRC_URI = "git://github.com/nxp-qoriq/cst;protocol=https;nobranch=1 \ | 19 | SRC_URI = "git://github.com/nxp-qoriq/cst;protocol=https;nobranch=1 \ |
20 | file://0001-tools-Mark-struct-input_field-file_field-extern.patch \ | 20 | file://0001-tools-Mark-struct-input_field-file_field-extern.patch \ |
21 | " | 21 | " |
22 | SRCREV = "af56e6c5c66dd2bc86a83b0bee8cb61b88d2120c" | 22 | SRCREV = "e96dead3c339f6addb1600249be67e1884cdbcc5" |
23 | 23 | ||
24 | S = "${WORKDIR}/git" | 24 | S = "${WORKDIR}/git" |
25 | 25 | ||