mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
libcap: should depend on perl-native-runtime rather than perl-native
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
c7a7c5a00b
commit
a2f850d122
@@ -5,9 +5,9 @@ HOMEPAGE = "http://sites.google.com/site/fullycapable/"
|
||||
LICENSE = "BSD | GPL"
|
||||
LIC_FILES_CHKSUM = "file://License;md5=731de803c1ccbcb05a9b3523279c8d7f"
|
||||
|
||||
DEPENDS = "libpam attr perl-native"
|
||||
DEPENDS = "libpam attr perl-native-runtime"
|
||||
# attr and pam are disabled by EXTRA_OEMAKE_virtclass-native
|
||||
DEPENDS_virtclass-native = "perl-native"
|
||||
DEPENDS_virtclass-native = "perl-native-runtime"
|
||||
|
||||
SRC_URI = "${KERNELORG_MIRROR}/linux/libs/security/linux-privs/libcap2/${BPN}-${PV}.tar.bz2"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
require libcap.inc
|
||||
|
||||
PR = "r0"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI[md5sum] = "10e47ed32ca2214eb0e58780282d27b4"
|
||||
SRC_URI[sha256sum] = "20e7c1ea4d3d5c410efb3a6ff138dc417912fae316d883460dcd58d9803a9220"
|
||||
|
||||
Reference in New Issue
Block a user