diff options
author | Jun Zhu <junzhu@nxp.com> | 2023-07-01 17:06:25 +0800 |
---|---|---|
committer | Jun Zhu <junzhu@nxp.com> | 2023-07-01 17:17:04 +0800 |
commit | 31757b8032872aa24130914c157a34c9a60ead0a (patch) | |
tree | 6a3cd8922e218f220084f7e23abd7d35c8a887c7 /recipes-dpaa/fm-ucode | |
parent | a70b65f6348ac6500f2e5902dd91a2914624930b (diff) | |
download | meta-freescale-31757b8032872aa24130914c157a34c9a60ead0a.tar.gz |
fm-ucode: Update license file to LICENSE
Original license file is renamed to LICENSE.
Signed-off-by: Jun Zhu <junzhu@nxp.com>
Diffstat (limited to 'recipes-dpaa/fm-ucode')
-rw-r--r-- | recipes-dpaa/fm-ucode/fm-ucode_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa/fm-ucode/fm-ucode_git.bb b/recipes-dpaa/fm-ucode/fm-ucode_git.bb index c7eb7319..22f04d01 100644 --- a/recipes-dpaa/fm-ucode/fm-ucode_git.bb +++ b/recipes-dpaa/fm-ucode/fm-ucode_git.bb | |||
@@ -1,14 +1,14 @@ | |||
1 | DESCRIPTION = "Fman microcode binary" | 1 | DESCRIPTION = "Fman microcode binary" |
2 | SECTION = "fm-ucode" | 2 | SECTION = "fm-ucode" |
3 | LICENSE = "NXP-Binary-EULA" | 3 | LICENSE = "NXP-Binary-EULA" |
4 | LIC_FILES_CHKSUM = "file://NXP-Binary-EULA.txt;md5=12e248d404ce1ea8bed0148fcf127e69" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=12e248d404ce1ea8bed0148fcf127e69" |
5 | 5 | ||
6 | PR = "r1" | 6 | PR = "r1" |
7 | 7 | ||
8 | inherit deploy | 8 | inherit deploy |
9 | 9 | ||
10 | SRC_URI = "git://github.com/NXP/qoriq-fm-ucode.git;nobranch=1;protocol=https" | 10 | SRC_URI = "git://github.com/NXP/qoriq-fm-ucode.git;nobranch=1;protocol=https" |
11 | SRCREV = "83e8467a356316265c7695bdc7741f23066795aa" | 11 | SRCREV = "41d603a1ad78e0bb61365500828d9f484bf9bf10" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||