diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 15:24:36 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-30 11:17:10 +0200 |
| commit | 2236f6e0807dfd3379ebde05e1e992a6edb4a30d (patch) | |
| tree | d091cf58b17c14ee9a44226bffaee43abc2dfeb1 | |
| parent | 9a0e541470e19c56442772375b36c8dd82096103 (diff) | |
| download | meta-openembedded-2236f6e0807dfd3379ebde05e1e992a6edb4a30d.tar.gz | |
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@gmail.com>
| -rw-r--r-- | 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 31fe463662..a68e85d131 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 | |||
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/${P}/src/" | 16 | S = "${WORKDIR}/${P}/src/" |
| 17 | 17 | ||
| 18 | PACKAGECONFIG ??= "openssl" | ||
| 19 | PACKAGECONFIG[libedit] = "--with-libedit,--without-libedit,libedit" | ||
| 20 | PACKAGECONFIG[openssl] = "--with-pkinit-crypto-impl=openssl,,openssl" | ||
| 21 | |||
| 18 | EXTRA_OECONF += " --without-tcl --with-system-et --disable-rpath" | 22 | EXTRA_OECONF += " --without-tcl --with-system-et --disable-rpath" |
| 19 | CACHED_CONFIGUREVARS += "krb5_cv_attr_constructor_destructor=yes ac_cv_func_regcomp=yes \ | 23 | CACHED_CONFIGUREVARS += "krb5_cv_attr_constructor_destructor=yes ac_cv_func_regcomp=yes \ |
| 20 | ac_cv_printf_positional=yes ac_cv_file__etc_environment=yes \ | 24 | ac_cv_printf_positional=yes ac_cv_file__etc_environment=yes \ |
