summaryrefslogtreecommitdiffstats
path: root/recipes-dpaa
diff options
context:
space:
mode:
authorMeng Li <meng.li@windriver.com>2022-04-20 15:00:36 +0800
committerMeng Li <meng.li@windriver.com>2022-04-26 18:06:45 +0800
commitcceaf0bb6553d088a4dadab6caea9bc8a5e952b1 (patch)
tree97d162dbe1c3699ec872b7ed0e77f704ffe95745 /recipes-dpaa
parent67ed87eaf3e7d84acabcee05edf1c09fd8b9daea (diff)
downloadmeta-freescale-cceaf0bb6553d088a4dadab6caea9bc8a5e952b1.tar.gz
fmlib: set precise BSD license
When building fmlib package based on Yocto 4.0, there is below warning reported WARNING: fmlib-git-r1 do_populate_lic: QA Issue: fmlib: No generic license file exists for: BSD in any provider [license-exists] Because "BSD" is ambiguous, and there is no corresponding license file in COMMON_LICENSE_DIR directory. So, set precise BSD license to fix this issue. Signed-off-by: Meng Li <Meng.Li@windriver.com>
Diffstat (limited to 'recipes-dpaa')
-rw-r--r--recipes-dpaa/fmlib/fmlib_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb
index cad064f2..bf834c4b 100644
--- a/recipes-dpaa/fmlib/fmlib_git.bb
+++ b/recipes-dpaa/fmlib/fmlib_git.bb
@@ -1,6 +1,6 @@
1DESCRIPTION = "Frame Manager User Space Library" 1DESCRIPTION = "Frame Manager User Space Library"
2SECTION = "fman" 2SECTION = "fman"
3LICENSE = "BSD & GPL-2.0-only" 3LICENSE = "BSD-3-Clause & GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=9c7bd5e45d066db084bdb3543d55b1ac" 4LIC_FILES_CHKSUM = "file://COPYING;md5=9c7bd5e45d066db084bdb3543d55b1ac"
5 5
6PR = "r1" 6PR = "r1"