[4/4] libcap: add pam_cap license

Message ID HE1PR0902MB180188D93D61C68AC2F96236A8ED9@HE1PR0902MB1801.eurprd09.prod.outlook.com
State Accepted, archived
Commit 1ea595d5fe24f4ba5e648b5591d5e2a442f57ca4
Headers show
Series [1/4] kern-tools-native: add missing license | expand

Commit Message

Konrad Weihmann April 12, 2022, 7:09 a.m. UTC
If libcap is compiled with pam in PACKAGECONFIG
additional one additional license text becomes effective,
add that as a conditional

Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
---
 meta/recipes-support/libcap/libcap_2.63.bb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Patch

diff --git a/meta/recipes-support/libcap/libcap_2.63.bb b/meta/recipes-support/libcap/libcap_2.63.bb
index f3133f9ded..aed1f0a510 100644
--- a/meta/recipes-support/libcap/libcap_2.63.bb
+++ b/meta/recipes-support/libcap/libcap_2.63.bb
@@ -5,7 +5,11 @@  users, without giving them full root permissions."
 HOMEPAGE = "http://sites.google.com/site/fullycapable/"
 # no specific GPL version required
 LICENSE = "BSD-3-Clause | GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://License;md5=e2370ba375efe9e1a095c26d37e483b8"
+LIC_FILES_CHKSUM_PAM = "file://pam_cap/License;md5=0ad4c9c052b9719ee4fce1bfc7c7dee4"
+LIC_FILES_CHKSUM = "\
+	file://License;md5=e2370ba375efe9e1a095c26d37e483b8 \
+	${@oe.utils.ifelse('pam' in (d.getVar('PACKAGECONFIG') or '').split(), '${LIC_FILES_CHKSUM_PAM}', '')} \
+"
 
 DEPENDS = "hostperl-runtime-native gperf-native"