summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libcap/libcap_2.63.bb6
1 files changed, 5 insertions, 1 deletions
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."
5HOMEPAGE = "http://sites.google.com/site/fullycapable/" 5HOMEPAGE = "http://sites.google.com/site/fullycapable/"
6# no specific GPL version required 6# no specific GPL version required
7LICENSE = "BSD-3-Clause | GPL-2.0-only" 7LICENSE = "BSD-3-Clause | GPL-2.0-only"
8LIC_FILES_CHKSUM = "file://License;md5=e2370ba375efe9e1a095c26d37e483b8" 8LIC_FILES_CHKSUM_PAM = "file://pam_cap/License;md5=0ad4c9c052b9719ee4fce1bfc7c7dee4"
9LIC_FILES_CHKSUM = "\
10 file://License;md5=e2370ba375efe9e1a095c26d37e483b8 \
11 ${@bb.utils.contains('PACKAGECONFIG', 'pam', '${LIC_FILES_CHKSUM_PAM}', '', d)} \
12"
9 13
10DEPENDS = "hostperl-runtime-native gperf-native" 14DEPENDS = "hostperl-runtime-native gperf-native"
11 15