From: Adrian Bunk Date: Tue, 12 May 2020 20:37:46 +0000 (+0300) Subject: python-numpy: Remove workaround for host gcc < 5 X-Git-Tag: uninative-2.9~829 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=170ff91c90c17fe6615c1616c4298a9948b818a9;p=openembedded-core.git python-numpy: Remove workaround for host gcc < 5 Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python-numpy/python-numpy.inc b/meta/recipes-devtools/python-numpy/python-numpy.inc index 727755393e..0bff979a6b 100644 --- a/meta/recipes-devtools/python-numpy/python-numpy.inc +++ b/meta/recipes-devtools/python-numpy/python-numpy.inc @@ -15,9 +15,6 @@ SRC_URI[sha256sum] = "93ee59ec38f3bf8f9a42d5f4301f60e6825a4a6385a145f70badcd2bf2 UPSTREAM_CHECK_URI = "https://github.com/numpy/numpy/releases" UPSTREAM_CHECK_REGEX = "(?P\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}"