diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-05-31 15:12:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-09 16:58:33 +0100 |
commit | a2f850d1221df2de79a05df8ee4213a71d404310 (patch) | |
tree | d0edc38fddfed4e1815c9422ee9c9cf1602f53ec /meta/recipes-support/libcap/libcap.inc | |
parent | c7a7c5a00bfd6de5496f56c7d146251eba6d19b6 (diff) | |
download | poky-a2f850d1221df2de79a05df8ee4213a71d404310.tar.gz |
libcap: should depend on perl-native-runtime rather than perl-native
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-support/libcap/libcap.inc')
-rw-r--r-- | meta/recipes-support/libcap/libcap.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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/" | |||
5 | LICENSE = "BSD | GPL" | 5 | 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-runtime" |
9 | # attr and pam are disabled by EXTRA_OEMAKE_virtclass-native | 9 | # attr and pam are disabled by EXTRA_OEMAKE_virtclass-native |
10 | DEPENDS_virtclass-native = "perl-native" | 10 | DEPENDS_virtclass-native = "perl-native-runtime" |
11 | 11 | ||
12 | 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" |
13 | 13 | ||