mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
python-numpy: Remove workaround for host gcc < 5
(From OE-Core rev: 170ff91c90c17fe6615c1616c4298a9948b818a9) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6a60e2d2bb
commit
08f93d2cd6
@@ -15,9 +15,6 @@ SRC_URI[sha256sum] = "93ee59ec38f3bf8f9a42d5f4301f60e6825a4a6385a145f70badcd2bf2
|
||||
UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases"
|
||||
UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
|
||||
|
||||
# Needed for building with gcc 4.x from centos 7
|
||||
CFLAGS_append_class-native = " -std=c99"
|
||||
|
||||
DEPENDS += "python3-cython-native"
|
||||
|
||||
S = "${WORKDIR}/numpy-${PV}"
|
||||
|
||||
Reference in New Issue
Block a user