aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-21 15:37:07 +0200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2013-08-16 10:39:47 +0100
commit40db54d44fd075560e7bf0da51e2a733c1a96b17 (patch)
treea122e51c281975e4683bd0ea64f3c0ed162f84cc /meta
parent8eba15cb34c5ce9712968de04f849d5fa3e6a1db (diff)
downloadopenembedded-core-40db54d44fd075560e7bf0da51e2a733c1a96b17.tar.gz
ltp: add acl, openssl dependency
* when it's not detected in sysroot it uses bundled version * add explicit dependency to make it deterministic * PACKAGECONFIG wasn't used because configure doesn't have an option to select which one should be used (From OE-Core master rev: 98c6ea817bb0ca60bddc6be5cf90f14d46cc05a2) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-extended/ltp/ltp_20120903.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20120903.bb b/meta/recipes-extended/ltp/ltp_20120903.bb
index 87c45b08ad..522757da00 100644
--- a/meta/recipes-extended/ltp/ltp_20120903.bb
+++ b/meta/recipes-extended/ltp/ltp_20120903.bb
@@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
"
-DEPENDS = "attr libaio libcap"
+DEPENDS = "attr libaio libcap acl openssl"
PR = "r2"