diff options
| author | Changqing Li <changqing.li@windriver.com> | 2019-02-28 13:42:12 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-02-28 09:42:11 -0800 |
| commit | 50248bf1430efd8cf91d8af21e97ab8bdd6107e9 (patch) | |
| tree | 4ab290f2b283f9b38a730617f142ca2a5c99c00f | |
| parent | 41f3f8165bde3eb4f8bcf6dddbaca0d3b760c70b (diff) | |
| download | meta-openembedded-50248bf1430efd8cf91d8af21e97ab8bdd6107e9.tar.gz | |
freeradius: Add PACKAGECONFIG openssl/rlm-eap-fast/rlm-eap-pwd
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb index c17d56deaf..5ab9a3fb44 100644 --- a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb +++ b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.17.bb | |||
| @@ -68,6 +68,7 @@ EXTRA_OECONF = " --enable-strict-dependencies \ | |||
| 68 | 68 | ||
| 69 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \ | 69 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'pam', 'pam', '', d)} \ |
| 70 | pcre libcap \ | 70 | pcre libcap \ |
| 71 | openssl rlm-eap-fast rlm-eap-pwd \ | ||
| 71 | " | 72 | " |
| 72 | 73 | ||
| 73 | PACKAGECONFIG[krb5] = "--with-rlm_krb5,--without-rlm_krb5,krb5" | 74 | PACKAGECONFIG[krb5] = "--with-rlm_krb5,--without-rlm_krb5,krb5" |
| @@ -83,6 +84,9 @@ PACKAGECONFIG[perl] = "--with-perl=${STAGING_BINDIR_NATIVE}/perl-native/perl --w | |||
| 83 | PACKAGECONFIG[python] = "--with-rlm_python --with-rlm-python-bin=${STAGING_BINDIR_NATIVE}/python-native/python --with-rlm-python-include-dir=${STAGING_INCDIR}/${PYTHON_DIR},--without-rlm_python,python-native python" | 84 | PACKAGECONFIG[python] = "--with-rlm_python --with-rlm-python-bin=${STAGING_BINDIR_NATIVE}/python-native/python --with-rlm-python-include-dir=${STAGING_INCDIR}/${PYTHON_DIR},--without-rlm_python,python-native python" |
| 84 | PACKAGECONFIG[rest] = "--with-rlm_rest,--without-rlm_rest,curl json-c" | 85 | PACKAGECONFIG[rest] = "--with-rlm_rest,--without-rlm_rest,curl json-c" |
| 85 | PACKAGECONFIG[ruby] = "--with-rlm_ruby,--without-rlm_ruby,ruby" | 86 | PACKAGECONFIG[ruby] = "--with-rlm_ruby,--without-rlm_ruby,ruby" |
| 87 | PACKAGECONFIG[openssl] = "--with-openssl, --without-openssl" | ||
| 88 | PACKAGECONFIG[rlm-eap-fast] = "--with-rlm_eap_fast, --without-rlm_eap_fast" | ||
| 89 | PACKAGECONFIG[rlm-eap-pwd] = "--with-rlm_eap_pwd, --without-rlm_eap_pwd" | ||
| 86 | 90 | ||
| 87 | inherit useradd autotools-brokensep update-rc.d systemd | 91 | inherit useradd autotools-brokensep update-rc.d systemd |
| 88 | 92 | ||
