Hello Armin,

On Thu, Mar 5, 2020 at 4:18 PM akuster808 <[email protected]> wrote:
>
> On 3/5/20 4:47 AM, Jonatan Pålsson wrote:
>
> Fixes the following build error:
>
>     .. snip ..
>     | checking for python2... no
>     | checking for python3... (cached) python3.8
>     | configure: error:
>     | The program python2 was not found in search path.
>     | Please ensure that it is installed and its directory is included in the 
> search
>     | path. It is required for building python2 bindings. If you do not want 
> to build
>     | them please use argument --without-python2-bindings when running 
> configure.
>     | WARNING: exit code 1 from a shell command.
>
> Signed-off-by: Jonatan Pålsson <[email protected]>
> ---
>  recipes-security/sssd/sssd_1.16.4.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/recipes-security/sssd/sssd_1.16.4.bb 
> b/recipes-security/sssd/sssd_1.16.4.bb
> index c381c32..9feba14 100644
> --- a/recipes-security/sssd/sssd_1.16.4.bb
> +++ b/recipes-security/sssd/sssd_1.16.4.bb
> @@ -33,6 +33,7 @@ PACKAGECONFIG[ssh] = "--with-ssh, --with-ssh=no, "
>  PACKAGECONFIG[samba] = "--with-samba, --with-samba=no, samba"
>  PACKAGECONFIG[selinux] = "--with-selinux, --with-selinux=no 
> --with-semanage=no, libselinux"
>  PACKAGECONFIG[manpages] = "--with-manpages, --with-manpages=no"
> +PACKAGECONFIG[python2] = "--with-python2-bindings, 
> --without-python2-bindings, python, python"
>
> Python2 is not supported in Master so maybe append EXTRA_OECONF  with 
> --without-python2-binding.

Ah, I see. I'll prepare a new patch with this.

> I can take this for zeus thou.

For zeus, a PACKAGECONFIG entry for python2 is available, but the
RDEPENDS and DEPENDS entries are missing. I'll prepare a patch to add
those entries.

Thanks,
Jonatan
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#48704): https://lists.yoctoproject.org/g/yocto/message/48704
Mute This Topic: https://lists.yoctoproject.org/mt/71748527/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to