On Sat, Jul 21, 2018 at 5:44 AM Mauro Ziliani <ma...@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@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@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to