[yocto] python-cython_0.25.2 Krogoth: EXCLUDE_FROM_WORLD

Khem Raj raj.khem at gmail.com
Sat Jul 21 10:36:38 PDT 2018


On Sat, Jul 21, 2018 at 5:44 AM Mauro Ziliani <mauro at faresoftware.it> wrote:
>
> Hi all
>
> I'd like to add cython 0.25.2 to Krogoth.
>
> I need it to try kivy in Krogoth on IMX6
>
>
> In my layer under recipes-devtools/python folder I added the recipe
>
> python-cython_0.25.2.bb with this inside
>
>
> inherit setuptools
> require recipes-devtools/python/python-cython.inc
>
>
> RDEPENDS_${PN} += " \
>      python-distribute \
> "
>
> If I run
>
> bitbake -s -vD | grep cython
>
>
> this is the behaviour
>
> mauro at z600:~/Sources/bsp/clini5-build$ bitbake -s  | grep cython
> python-cython :0.24-r0
> python-cython-native :0.24-r0
> python3-cython :0.24-r0
> python3-cython-native :0.24-r0
>
> Why the 0.25.2 version is ignored?

I think its because of layer priority. your layer should be higher
priority than meta-python

>
>
> --
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


More information about the yocto mailing list