aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/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
commit7ef21540318bd890646dc33f89ff01f76d4c55c7 (patch)
treea8aa8920a6b0fddc2774af086ddb4efc5fc9912c /meta-python/recipes-devtools/python/python-numeric_24.2.bb
parent4de601006dddbf50501aeaae7f53d2497964a082 (diff)
downloadmeta-openembedded-7ef21540318bd890646dc33f89ff01f76d4c55c7.tar.gz
python-numeric: Fix build with musl
Use gettimeofday() definition from system Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-numeric_24.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python-numeric_24.2.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-numeric_24.2.bb b/meta-python/recipes-devtools/python/python-numeric_24.2.bb
index c0b04e1441..c91d77c81b 100644
--- a/meta-python/recipes-devtools/python/python-numeric_24.2.bb
+++ b/meta-python/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