[oe-commits] Martin Jansa : krb5: add PACKAGECONFIG for openssl and libedit

git at git.openembedded.org git at git.openembedded.org
Sun Aug 25 07:06:27 UTC 2013


Module: meta-openembedded.git
Branch: dylan
Commit: 5ff35cfe553c072dd0075497472b257c97881cc4
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=5ff35cfe553c072dd0075497472b257c97881cc4

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

krb5: add PACKAGECONFIG for openssl and libedit

* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-connectivity/krb5/krb5_1.11.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb b/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb
index 31fe463..a68e85d 100644
--- a/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb
+++ b/meta-oe/recipes-connectivity/krb5/krb5_1.11.bb
@@ -15,6 +15,10 @@ SRC_URI[sha256sum] = "fe37fb93b398db98a1b23f814673ea2ae4b90138f85e1a4027ef639456
 
 S = "${WORKDIR}/${P}/src/"
 
+PACKAGECONFIG ??= "openssl"
+PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit"
+PACKAGECONFIG[openssl] = "--with-pkinit-crypto-impl=openssl,,openssl"
+
 EXTRA_OECONF += " --without-tcl --with-system-et --disable-rpath"
 CACHED_CONFIGUREVARS += "krb5_cv_attr_constructor_destructor=yes ac_cv_func_regcomp=yes \
                   ac_cv_printf_positional=yes ac_cv_file__etc_environment=yes \



More information about the Openembedded-commits mailing list