diff options
author | Meng Li <Meng.Li@windriver.com> | 2025-01-21 17:30:19 +0800 |
---|---|---|
committer | Meng Li <meng.li@windriver.com> | 2025-01-21 17:49:23 +0800 |
commit | 04c08b122a7c04f5aff3b2ae7f585a7334b3cd47 (patch) | |
tree | 9ec0f0f95e470b83feefa21fe34dfeee8723a454 | |
parent | 3ea3734b00c19868e36e5b34d8c47a1dd5da91d5 (diff) | |
download | meta-freescale-04c08b122a7c04f5aff3b2ae7f585a7334b3cd47.tar.gz |
qe-ucode: replace NXP-Binary-EULA with LICENSE to calculate checksum
According to the commit c89d7843943f("Move License File from
NXP-Binary-EULA to LICENSE") of repo https://github.com/nxp-qoriq/qoriq-qe-ucode.
NXP-Binary-EULA is renamed to LICENSE, so replace NXP-Binary-EULA
with LICENSE in recipe file.
Signed-off-by: Meng Li <Meng.Li@windriver.com>
-rw-r--r-- | recipes-bsp/qe-ucode/qe-ucode_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/qe-ucode/qe-ucode_git.bb b/recipes-bsp/qe-ucode/qe-ucode_git.bb index 28cd5d6f..8562f38b 100644 --- a/recipes-bsp/qe-ucode/qe-ucode_git.bb +++ b/recipes-bsp/qe-ucode/qe-ucode_git.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "qe microcode binary" | 1 | DESCRIPTION = "qe microcode binary" |
2 | SECTION = "qe-ucode" | 2 | SECTION = "qe-ucode" |
3 | LICENSE = "NXP-Binary-EULA" | 3 | LICENSE = "NXP-Binary-EULA" |
4 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=c62f8109b4df15ca37ceeb5e4943626c" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c62f8109b4df15ca37ceeb5e4943626c" |
5 | 5 | ||
6 | inherit deploy | 6 | inherit deploy |
7 | 7 | ||