diff options
| author | Khem Raj <raj.khem@gmail.com> | 2020-01-19 16:32:05 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 09:56:34 -0800 |
| commit | 66454b26ff49c6cca3dd8d32832078cfa05cd5ef (patch) | |
| tree | 62079bca2894e0e5045162292975f71d74ae3ab5 /meta-networking/recipes-connectivity/freeradius/freeradius_3.0.19.bb | |
| parent | ff7839adcb9348733fab8ef7358d15e594afda07 (diff) | |
| download | meta-openembedded-66454b26ff49c6cca3dd8d32832078cfa05cd5ef.tar.gz | |
meta-networking: Remove using python2
This change makes the parsing go though, we still might have build
issues, which will be reported in world builds seprately
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/freeradius/freeradius_3.0.19.bb')
| -rw-r--r-- | meta-networking/recipes-connectivity/freeradius/freeradius_3.0.19.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.19.bb b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.19.bb index 31e6978d6f..8887433062 100644 --- a/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.19.bb +++ b/meta-networking/recipes-connectivity/freeradius/freeradius_3.0.19.bb | |||
| @@ -96,9 +96,9 @@ PACKAGECONFIG[rlm-eap-pwd] = "--with-rlm_eap_pwd, --without-rlm_eap_pwd" | |||
| 96 | inherit useradd autotools-brokensep update-rc.d systemd | 96 | inherit useradd autotools-brokensep update-rc.d systemd |
| 97 | 97 | ||
| 98 | # This is not a cpan or python based package, but it needs some definitions | 98 | # This is not a cpan or python based package, but it needs some definitions |
| 99 | # from cpan-base and python-dir bbclasses for building rlm_perl and rlm_python | 99 | # from cpan-base and python3-dir bbclasses for building rlm_perl and rlm_python |
| 100 | # correctly. | 100 | # correctly. |
| 101 | inherit cpan-base python-dir | 101 | inherit cpan-base python3-dir |
| 102 | 102 | ||
| 103 | # The modules subdirs also need to be processed by autoreconf. Use autogen.sh | 103 | # The modules subdirs also need to be processed by autoreconf. Use autogen.sh |
| 104 | # in order to handle the subdirs correctly. | 104 | # in order to handle the subdirs correctly. |
