From 4e821c42fdb536f15bf498f203e99e96763a1f2a Mon Sep 17 00:00:00 2001 From: Paul LE GUEN DE KERNEIZON Date: Fri, 18 Nov 2022 15:05:44 +0100 Subject: [PATCH] pcl: specify BSD license version Specify the BSD license version to avoid following QA warning: WARNING: image-1.0-r0 do_rootfs: QA Issue: The license listed BSD was not in the licenses collected for recipe pcl [license-file-missing] Signed-off-by: Paul LE GUEN DE KERNEIZON --- meta-ros-common/recipes-extended/pcl/pcl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-ros-common/recipes-extended/pcl/pcl.inc b/meta-ros-common/recipes-extended/pcl/pcl.inc index 2e426f8ca55..c3308851b18 100644 --- a/meta-ros-common/recipes-extended/pcl/pcl.inc +++ b/meta-ros-common/recipes-extended/pcl/pcl.inc @@ -2,7 +2,7 @@ DESCRIPTION = "The Point Cloud Library (or PCL) for point cloud processing." SECTION = "devel" -LICENSE = "BSD" +LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5b8a2a1aa14e6de44b4273134946a34c" DEPENDS = "boost libflann libeigen qhull"