If libcap is compiled with pam in PACKAGECONFIG one additional license text becomes effective, add that as a conditional
Signed-off-by: Konrad Weihmann <kweihm...@outlook.com> --- v2: - use spaces instead of tabs - simplify by using bb.utils.contains meta/recipes-support/libcap/libcap_2.63.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes-support/libcap/libcap_2.63.bb b/meta/recipes-support/libcap/libcap_2.63.bb index f3133f9ded..9e341c4bd0 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 \ + ${@bb.utils.contains('PACKAGECONFIG', 'pam', '${LIC_FILES_CHKSUM_PAM}', '', d)} \ +" DEPENDS = "hostperl-runtime-native gperf-native" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#164304): https://lists.openembedded.org/g/openembedded-core/message/164304 Mute This Topic: https://lists.openembedded.org/mt/90435857/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-