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

git at git.openembedded.org git at git.openembedded.org
Mon Jul 29 12:01:10 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 98c6ea817bb0ca60bddc6be5cf90f14d46cc05a2
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=98c6ea817bb0ca60bddc6be5cf90f14d46cc05a2

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

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-extended/ltp/ltp_20130503.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/ltp/ltp_20130503.bb b/meta/recipes-extended/ltp/ltp_20130503.bb
index c00c647..387826d 100644
--- a/meta/recipes-extended/ltp/ltp_20130503.bb
+++ b/meta/recipes-extended/ltp/ltp_20130503.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"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2"
 



More information about the Openembedded-commits mailing list