diff options
author | Kang Kai <kai.kang@windriver.com> | 2012-09-28 14:59:29 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-28 11:23:07 +0100 |
commit | bf5215f095e7e610508fcefe1224c9289c6c56cd (patch) | |
tree | b2ad7ef623afba7130c52ab305629a626315c8b3 /meta/recipes-extended/ltp | |
parent | c858259ce1881c6284f1fc2790c225c81e4a751e (diff) | |
download | openembedded-core-bf5215f095e7e610508fcefe1224c9289c6c56cd.tar.gz openembedded-core-bf5215f095e7e610508fcefe1224c9289c6c56cd.tar.bz2 openembedded-core-bf5215f095e7e610508fcefe1224c9289c6c56cd.zip |
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]
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ltp')
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20120903.bb | 4 |
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 \ file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ " -DEPENDS = "attr libaio" +DEPENDS = "attr libaio libcap" -PR = "r0" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2" |