[OE-core] [v3][PATCH] bind: update to 9.12.1

Burton, Ross ross.burton at intel.com
Fri Jun 15 16:53:28 UTC 2018


On 28 May 2018 at 15:11, Armin Kuster <akuster808 at gmail.com> wrote:
> [v3]
> Made formating and spelling changes per Martin
>
> [v2]
> Remove python3 in default PACKACKECONFIG
> include https://patchwork.openembedded.org/patch/148257/
> Because of the newly added dependency on meta-python, the python(3)
> packageconfig is no longer "default-on".

All of this should be under the scissors so it doesnt go in the commit.

> Requires python-ply package in core

Comment says use meta-python.  If the python code here is useful, we
can add it to core.

> removed:
> dont-test-on-host.patch, no longer impliemented

"implemented"

>                   --disable-devpoll --enable-epoll --with-gost=no \
> -                 --with-gssapi=no --with-ecdsa=yes \
> +                 --with-gssapi=no --with-ecdsa=yes --with-eddsa=no \

Should we be adding PACKAGECONFIGs for these?

> +#
> +# If python3 is enabled you will need to inlcude the meta-python
> +# layer to include the dependency package python-ply
> +#

Conflicts with the commit message.  Pick one.

> +PACKAGECONFIG[python3] = "--with-python=${PYTHON}, --without-python, python3-native python3-ply-native, python3-core"

Just python3-core sounds unlikely as that's a subset of the standard library.

I tried to enable python3 and nothing was built.  Configure found the
python modules it was looking for, but nothing happened when it went
into python/.

Ross



More information about the Openembedded-core mailing list