From a2f850d1221df2de79a05df8ee4213a71d404310 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Tue, 31 May 2011 15:12:18 +0800 Subject: libcap: should depend on perl-native-runtime rather than perl-native Signed-off-by: Dexuan Cui --- meta/recipes-support/libcap/libcap.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-support/libcap/libcap.inc') diff --git a/meta/recipes-support/libcap/libcap.inc b/meta/recipes-support/libcap/libcap.inc index 1b4c0bc09b..93bdf951de 100644 --- a/meta/recipes-support/libcap/libcap.inc +++ b/meta/recipes-support/libcap/libcap.inc @@ -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" -- cgit v1.2.3-54-g00ecf