Using jethro, this works fine: $ bitbake nativesdk-python However, this fails with an error: $ bitbake nativesdk-python3
Objects/obmalloc.o: In function `_PyObject_DebugMallocStats': obmalloc.c:(.text+0x1360): undefined reference to `pool_is_in_list' collect2: error: ld returned 1 exit status make: *** [Parser/pgen] Error 1 Turns out this is the same issue as in YOCTO 8467, so the same fix/patch by Alejandro Hernandez applied on python_3.4.3.bb fixes the problem. Juro Bystricky (1): python3: fix building nativesdk-python3 meta/recipes-devtools/python/python3_3.4.3.bb | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core