summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2012-09-28 14:59:29 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-28 15:19:39 +0100
commitf88ee2e28f0271db439689d9b04ca4cbcbbfbfa3 (patch)
tree4b8f5f9e050875184178903462c9afe720c78b09 /meta/recipes-extended
parent49649451cbe6ac3999aa337c4d9c2c622b76c178 (diff)
downloadpoky-f88ee2e28f0271db439689d9b04ca4cbcbbfbfa3.tar.gz
ltp: add dependency libcap
Similar to libaio, libcap is another dependency of ltp. If libcap has been done populate_sysroot but rpm/ipk package is not created, ltp will be compiled with libcap. So when install ltp to a image, it complains that package libcap is not found. [Yocto #2973] (From OE-Core rev: bf5215f095e7e610508fcefe1224c9289c6c56cd) Signed-off-by: Kang Kai <kai.kang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/ltp/ltp_20120903.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20120903.bb b/meta/recipes-extended/ltp/ltp_20120903.bb
index 85270ea3c4..e3e760d22f 100644
--- a/meta/recipes-extended/ltp/ltp_20120903.bb
+++ b/meta/recipes-extended/ltp/ltp_20120903.bb
@@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
19 file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ 19 file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
20 " 20 "
21 21
22DEPENDS = "attr libaio" 22DEPENDS = "attr libaio libcap"
23 23
24PR = "r0" 24PR = "r1"
25 25
26SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2" 26SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2"
27 27