[oe] [meta-openembedded] python_numpy: Fix SRC_URI warnings.

Elvis Dowson elvis.dowson at gmail.com
Fri Jun 22 14:15:38 UTC 2012


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




More information about the Openembedded-devel mailing list