I am using statsmodels python library in my application. Statsmodels is depend on scipy and scipy is depend on BLAS and LAPACK.
BLAS and LAPACK requires fortran compile i.e afortran or g77.
When i am trying to include gfortran library in my local.conf, I am getting below error:
ERROR: Nothing RPROVIDES 'libgfortran_linaro' (but /home/k2user/Yocto_2_0/build/../poky/meta/recipes-graphics/images/core-image-weston.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'libgfortran_linaro' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['libgfortran_linaro']
ERROR: Required build target 'core-image-weston' has no buildable providers.
Missing or unbuildable dependency chain was: ['core-image-weston', 'libgfortran_linaro']
Please provide me steps to resolve this issue.
Thanks & Regards
Anand