Hi Khem,

On Jun 22, 2012, at 8:51 AM, Khem Raj wrote:

> anyway something like below is what you need.
> 
> SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
>           ${CONFIGFILESURI} \
>          "
> 
> CONFIGFILESURI ?= ""
> CONFIGFILESURI_arm = "file://config.h \
>                      file://numpyconfig.h \
>                      "
> 
> CONFIGFILESURI_mipsel = "file://config.h \
>                      file://numpyconfig.h \

I made the changes as you suggested and now the SRCURI is reporting the correct 
values:

$ MACHINE=qemuarm bitbake -e python-numpy | grep -i "^SRC_URI="
SRC_URI="http://downloads.sourceforge.net/numpy/numpy-1.4.1.tar.gz            
file://config.h      file://numpyconfig.h"

I'll submit a patch now.

Best regards,

Elvis Dowson

_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel

Reply via email to