[OE-core] [PATCH 1/2] python3: Expose PYTHON_BINABI in global config metadata

Khem Raj raj.khem at gmail.com
Wed Sep 4 18:41:33 UTC 2019


On Wed, Sep 4, 2019 at 11:15 AM Alexander Kanavin
<alex.kanavin at gmail.com> wrote:
>
> On Wed, 4 Sep 2019 at 20:10, Khem Raj <raj.khem at gmail.com> wrote:
>>
>>  # llvm version being used, so always bump it with llvm recipe version bump
>>  LLVMVERSION ?= "8.0.1"
>>
>> +# This should be bumped when python3 recipe's MIN_VER is bumped e.g. 3.7 -> 3.8
>> +PYTHON_BINABI = "3.7m"
>> +
>
>
> This is already set in python3-dir.bbclass, so please use the values from there.
>

hmm thanks somehow I missed it. I guess defining then in terms of the
values from python3-dir and python-dir should be good.

> Alex


More information about the Openembedded-core mailing list