diff options
author | Jun Zhu <junzhu@nxp.com> | 2023-07-19 23:26:10 +0800 |
---|---|---|
committer | Jun Zhu <junzhu@nxp.com> | 2023-07-19 15:22:56 +0800 |
commit | a21686ea5dafdfbea37150da73572509ae6c9cd7 (patch) | |
tree | b0520bc274d8173585367b81548cba70f1421ab9 | |
parent | ed3b15ab1cacadf28f6da963c4024bbdf30d45c3 (diff) | |
download | meta-freescale-a21686ea5dafdfbea37150da73572509ae6c9cd7.tar.gz |
restool: Rename license file to LICENSE
Integrate commit:
- 46604e41f4c: Rename the license file to LICENSE
Signed-off-by: Jun Zhu <junzhu@nxp.com>
-rw-r--r-- | recipes-dpaa2/restool/restool_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa2/restool/restool_git.bb b/recipes-dpaa2/restool/restool_git.bb index 3af4b8aa..1d1aeffe 100644 --- a/recipes-dpaa2/restool/restool_git.bb +++ b/recipes-dpaa2/restool/restool_git.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | SUMMARY = "DPAA2 Resource Manager Tool" | 1 | SUMMARY = "DPAA2 Resource Manager Tool" |
2 | LICENSE = "BSD-3-Clause | GPL-2.0-or-later" | 2 | LICENSE = "BSD-3-Clause | GPL-2.0-or-later" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=ec8d84e9cd4de287e290275d09db27f0" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ec8d84e9cd4de287e290275d09db27f0" |
4 | 4 | ||
5 | SRC_URI = "git://github.com/nxp-qoriq/restool;protocol=https;nobranch=1 \ | 5 | SRC_URI = "git://github.com/nxp-qoriq/restool;protocol=https;nobranch=1 \ |
6 | file://disable-manpage-generation.patch \ | 6 | file://disable-manpage-generation.patch \ |
7 | " | 7 | " |
8 | SRCREV = "65c9a10d95b19e61d2f86dbcaa45d12ba98e85e1" | 8 | SRCREV = "46604e41f4c7e54efa62503c6b4629321b21e056" |
9 | 9 | ||
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||