diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 15:37:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:18:15 +0100 |
commit | f83bc4b55cf27d48ad299f48827d80f5e2cd9496 (patch) | |
tree | ad22a9c521c21eeda4fe29ce5cb97ae4d4589ab7 /meta | |
parent | 946e5f0bd17c02c4f19167800fc8841ed5bc1a08 (diff) | |
download | poky-f83bc4b55cf27d48ad299f48827d80f5e2cd9496.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)
(From OE-Core rev: 40db54d44fd075560e7bf0da51e2a733c1a96b17)
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.bb | 2 |
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 \ | |||
19 | file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 19 | file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
20 | " | 20 | " |
21 | 21 | ||
22 | DEPENDS = "attr libaio libcap" | 22 | DEPENDS = "attr libaio libcap acl openssl" |
23 | 23 | ||
24 | PR = "r2" | 24 | PR = "r2" |
25 | 25 | ||