mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
libcap: add pam_cap license
If libcap is compiled with pam in PACKAGECONFIG one additional license text becomes effective, add that as a conditional (From OE-Core rev: 1ea595d5fe24f4ba5e648b5591d5e2a442f57ca4) Signed-off-by: Konrad Weihmann <kweihmann@outlook.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
39becfe534
commit
2e3513e7cc
@@ -5,7 +5,11 @@ users, without giving them full root permissions."
|
|||||||
HOMEPAGE = "http://sites.google.com/site/fullycapable/"
|
HOMEPAGE = "http://sites.google.com/site/fullycapable/"
|
||||||
# no specific GPL version required
|
# no specific GPL version required
|
||||||
LICENSE = "BSD-3-Clause | GPL-2.0-only"
|
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"
|
DEPENDS = "hostperl-runtime-native gperf-native"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user