[oe-commits] Martin Jansa : ltp: add acl, openssl dependency

git at git.openembedded.org git at git.openembedded.org
Fri Aug 16 10:12:02 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: 40db54d44fd075560e7bf0da51e2a733c1a96b17
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=40db54d44fd075560e7bf0da51e2a733c1a96b17

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Jul 21 15:37:07 2013 +0200

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 at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 87c45b0..522757d 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"
 



More information about the Openembedded-commits mailing list