summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2025-02-18 08:05:18 -0300
committerGitHub <noreply@github.com>2025-02-18 08:05:18 -0300
commit54dc64c5e8109d8b6d16cb0982478b6304776476 (patch)
treeadb82df423afd5977fd6c2f10c2145d56e7a1f05
parent24209b28709e15226e10955a1fd2472dcb11117f (diff)
parentb6125687094ce82a2fa2ca59f95a50e3aa9dd050 (diff)
downloadmeta-freescale-54dc64c5e8109d8b6d16cb0982478b6304776476.tar.gz
Merge pull request #2132 from SteinHeselmans/scarthgap
qe-ucode: replace NXP-Binary-EULA with LICENSE to calculate checksum (cherry-picked from master)
-rw-r--r--recipes-bsp/qe-ucode/qe-ucode_git.bb2
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 @@
1DESCRIPTION = "qe microcode binary" 1DESCRIPTION = "qe microcode binary"
2SECTION = "qe-ucode" 2SECTION = "qe-ucode"
3LICENSE = "NXP-Binary-EULA" 3LICENSE = "NXP-Binary-EULA"
4LIC_FILES_CHKSUM = "file://NXP-Binary-EULA;md5=c62f8109b4df15ca37ceeb5e4943626c" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=c62f8109b4df15ca37ceeb5e4943626c"
5 5
6inherit deploy 6inherit deploy
7 7