From b6125687094ce82a2fa2ca59f95a50e3aa9dd050 Mon Sep 17 00:00:00 2001 From: Meng Li Date: Tue, 21 Jan 2025 17:30:19 +0800 Subject: 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 --- recipes-bsp/qe-ucode/qe-ucode_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ DESCRIPTION = "qe microcode binary" SECTION = "qe-ucode" LICENSE = "NXP-Binary-EULA" -LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=c62f8109b4df15ca37ceeb5e4943626c" +LIC_FILES_CHKSUM = "file://LICENSE;md5=c62f8109b4df15ca37ceeb5e4943626c" inherit deploy -- cgit v1.2.3-54-g00ecf