From 08f93d2cd6dc607ac7163b68d97efc53c360c564 Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Tue, 12 May 2020 23:37:46 +0300 Subject: python-numpy: Remove workaround for host gcc < 5 (From OE-Core rev: 170ff91c90c17fe6615c1616c4298a9948b818a9) Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie --- meta/recipes-devtools/python-numpy/python-numpy.inc | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta/recipes-devtools/python-numpy/python-numpy.inc') 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}" -- cgit v1.2.3-54-g00ecf