diff options
| -rw-r--r-- | meta/recipes-support/libcap/libcap.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/libcap/libcap.inc b/meta/recipes-support/libcap/libcap.inc index 292fa78702..1b4c0bc09b 100644 --- a/meta/recipes-support/libcap/libcap.inc +++ b/meta/recipes-support/libcap/libcap.inc | |||
| @@ -6,6 +6,8 @@ LICENSE = "BSD | GPL" | |||
| 6 | LIC_FILES_CHKSUM = "file://License;md5=731de803c1ccbcb05a9b3523279c8d7f" | 6 | LIC_FILES_CHKSUM = "file://License;md5=731de803c1ccbcb05a9b3523279c8d7f" |
| 7 | 7 | ||
| 8 | DEPENDS = "libpam attr perl-native" | 8 | DEPENDS = "libpam attr perl-native" |
| 9 | # attr and pam are disabled by EXTRA_OEMAKE_virtclass-native | ||
| 10 | DEPENDS_virtclass-native = "perl-native" | ||
| 9 | 11 | ||
| 10 | SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/libcap2/${BPN}-${PV}.tar.bz2" | 12 | SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/libcap2/${BPN}-${PV}.tar.bz2" |
| 11 | 13 | ||
| @@ -32,3 +34,5 @@ do_install() { | |||
| 32 | # pam files | 34 | # pam files |
| 33 | FILES_${PN} += "${libdir}/security/*.so" | 35 | FILES_${PN} += "${libdir}/security/*.so" |
| 34 | FILES_${PN}-dbg += "${libdir}/security/.debug/*.so" | 36 | FILES_${PN}-dbg += "${libdir}/security/.debug/*.so" |
| 37 | |||
| 38 | BBCLASSEXTEND = "native" | ||
