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

akuster808 akuster808 at gmail.com
Sun Jun 17 21:28:05 UTC 2018



On 06/15/2018 09:53 AM, Burton, Ross wrote:
> 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.

k.

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

its in master now... I think..

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

>>                   --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?
not "eddsa", it needs support from changes in openssl that don't exit in
any current release ( at the time i was doing this update) so I am
forcing it now.

I will deal with that at some other time.
>
>> +#
>> +# 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 just noticed python3-ply does not exist in the patch I sent you so I
have done a v2 for that python-ply package.


>
> 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/.
hmm, trying to sort his out now.

thanks.

- armin
>
> Ross





More information about the Openembedded-core mailing list