mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-09 04:11:16 +00:00
python_numpy: Fix SRC_URI warnings.
This commit fixes the following warnings: WARNING: Unable to get checksum for python-numpy SRC_URI entry config.h: file could not be found WARNING: Unable to get checksum for python-numpy SRC_URI entry numpyconfig.h: file could not be found Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -5,7 +5,14 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3c42211d73c3faa1026e671dd39883fa"
|
|||||||
PR = "r3"
|
PR = "r3"
|
||||||
|
|
||||||
SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
|
SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
|
||||||
file://config.h \
|
${CONFIGFILESURI} \
|
||||||
|
"
|
||||||
|
CONFIGFILESURI ?= ""
|
||||||
|
|
||||||
|
CONFIGFILESURI_arm = "file://config.h \
|
||||||
|
file://numpyconfig.h \
|
||||||
|
"
|
||||||
|
CONFIGFILESURI_mipsel = "file://config.h \
|
||||||
file://numpyconfig.h \
|
file://numpyconfig.h \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user