[yocto] python-cython_0.25.2 Krogoth: EXCLUDE_FROM_WORLD

Mauro Ziliani mauro at faresoftware.it
Sat Jul 21 05:44:17 PDT 2018


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?




More information about the yocto mailing list