Re: [oe] [meta-python2][dunfell][PATCH] python: prevent lib32-python depending on python

2020-09-11 Thread Tim Orling
Merged. Thank you. It would be nice to have a test case for this. On Mon, Sep 7, 2020 at 6:08 AM Martin Jansa wrote: > * it was a bit tricky to find this, because > $ bitbake -g lib32-python > $ grep '"python\.' task-depends.dot > doesn't show anything, but if you set >

[oe] [meta-python2][dunfell][PATCH] python: prevent lib32-python depending on python

2020-09-07 Thread Martin Jansa
* it was a bit tricky to find this, because $ bitbake -g lib32-python $ grep '"python\.' task-depends.dot doesn't show anything, but if you set COMPATIBLE_HOST_pn-python = "^(?!x86_64).*" $ bitbake lib32-python will fail with: NOTE: Resolving any missing task queue dependencies