]> code.ossystems Code Review - openembedded-core.git/commitdiff
ltp: add dependency libcap
authorKang Kai <kai.kang@windriver.com>
Fri, 28 Sep 2012 06:59:29 +0000 (14:59 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Sep 2012 10:23:07 +0000 (11:23 +0100)
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>
meta/recipes-extended/ltp/ltp_20120903.bb

index 85270ea3c4ffd687898ca80cfac974f73bf4f0c4..e3e760d22f446f8d7f31da4fecbfece375551b82 100644 (file)
@@ -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"