aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-numeric_24.2.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-06-02 21:58:31 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-06-12 06:56:44 +0200
commit7747df76cf4c23f185f830fb067cfeff8e26aef1 (patch)
treeec5829a09a94c12910a51b182cac53479986a841 /recipes-devtools/python/python-numeric_24.2.bb
parent3adeacaee14d6d77b75a7bdc0b5885d08a0e555e (diff)
downloadmeta-python2-7747df76cf4c23f185f830fb067cfeff8e26aef1.tar.gz
python-numeric: Fix build with musl
Use gettimeofday() definition from system (From meta-openembedded commit: 7ef21540318bd890646dc33f89ff01f76d4c55c7) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-numeric_24.2.bb')
-rw-r--r--recipes-devtools/python/python-numeric_24.2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-devtools/python/python-numeric_24.2.bb b/recipes-devtools/python/python-numeric_24.2.bb
index c0b04e1..c91d77c 100644
--- a/recipes-devtools/python/python-numeric_24.2.bb
+++ b/recipes-devtools/python/python-numeric_24.2.bb
@@ -5,7 +5,9 @@ LIC_FILES_CHKSUM = "file://Legal.htm;md5=e3ce75dedd4043918d15979ae43e312e"
PR = "ml3"
-SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz"
+SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz \
+ file://0001-it-tries-to-define-this-function-differently-than-it.patch \
+"
S = "${WORKDIR}/Numeric-${PV}"
inherit distutils