From cceaf0bb6553d088a4dadab6caea9bc8a5e952b1 Mon Sep 17 00:00:00 2001 From: Meng Li Date: Wed, 20 Apr 2022 15:00:36 +0800 Subject: 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 --- recipes-dpaa/fmlib/fmlib_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ DESCRIPTION = "Frame Manager User Space Library" SECTION = "fman" -LICENSE = "BSD & GPL-2.0-only" +LICENSE = "BSD-3-Clause & GPL-2.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=9c7bd5e45d066db084bdb3543d55b1ac" PR = "r1" -- cgit v1.2.3-54-g00ecf