summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChangqing Li <changqing.li@windriver.com>2022-02-18 16:13:05 +0800
committerJia Zhang <zhang.jia@linux.alibaba.com>2022-02-20 08:31:00 +0800
commitc2029ebb5a3c7bc2e0ef56955431c8e8467601cf (patch)
tree3b41ecca053dfc8ffe0cb228c1099915dce5512f
parent4f0cadf43851a6cf8c26ca797b9c68645d9cce2b (diff)
downloadmeta-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>
-rw-r--r--meta-ids/recipes-ids/mtree/mtree_git.bb2
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
4SECTION = "utils" 4SECTION = "utils"
5 5
6LICENSE = "BSD" 6LICENSE = "BSD-3-Clause"
7LIC_FILES_CHKSUM = "file://COPYING;md5=bb19ea4eac951288efda4010c5c669a8" 7LIC_FILES_CHKSUM = "file://COPYING;md5=bb19ea4eac951288efda4010c5c669a8"
8 8
9PV = "1.0.3+git${SRCPV}" 9PV = "1.0.3+git${SRCPV}"