diff options
author | Changqing Li <changqing.li@windriver.com> | 2022-02-18 16:13:05 +0800 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2022-02-20 08:31:00 +0800 |
commit | c2029ebb5a3c7bc2e0ef56955431c8e8467601cf (patch) | |
tree | 3b41ecca053dfc8ffe0cb228c1099915dce5512f /meta-ids | |
parent | 4f0cadf43851a6cf8c26ca797b9c68645d9cce2b (diff) | |
download | meta-secure-core-c2029ebb5a3c7bc2e0ef56955431c8e8467601cf.tar.gz |
mtree: update LICENSE variant
Fix warning:
WARNING: QA Issue: mtree: No generic license file exists for: BSD in any provider [license-exists]
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Diffstat (limited to 'meta-ids')
-rw-r--r-- | meta-ids/recipes-ids/mtree/mtree_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ids/recipes-ids/mtree/mtree_git.bb b/meta-ids/recipes-ids/mtree/mtree_git.bb index f721757..655bd0d 100644 --- a/meta-ids/recipes-ids/mtree/mtree_git.bb +++ b/meta-ids/recipes-ids/mtree/mtree_git.bb | |||
@@ -3,7 +3,7 @@ DESCRIPTION = "mtree compares a file hierarchy against a specification, creates | |||
3 | 3 | ||
4 | SECTION = "utils" | 4 | SECTION = "utils" |
5 | 5 | ||
6 | LICENSE = "BSD" | 6 | LICENSE = "BSD-3-Clause" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=bb19ea4eac951288efda4010c5c669a8" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=bb19ea4eac951288efda4010c5c669a8" |
8 | 8 | ||
9 | PV = "1.0.3+git${SRCPV}" | 9 | PV = "1.0.3+git${SRCPV}" |