]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
make: Drop mips glibc workaround
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 29 Feb 2020 16:19:46 +0000 (16:19 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 1 Mar 2020 10:39:32 +0000 (10:39 +0000)
This is no longer needed with the upgraded glibc version.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/make/make_4.3.bb

index ede90b9ef3f42ff505a62a0d08daa0f20c5525fb..70caf0ae16dd4e03f037f092d27738b099b5b5a9 100644 (file)
@@ -12,11 +12,6 @@ SRC_URI += "\
 
 EXTRA_OECONF += "--without-guile"
 
-# This was breaking on target kernel modules tests from testimage on mips/mips64. Likely a 
-# glibc issue in 2.31 which may be fixed in branch updates (testing pending).
-EXTRA_OECONF_append_mips=" ac_cv_func_posix_spawn=no"
-EXTRA_OECONF_append_mips64=" ac_cv_func_posix_spawn=no"
-
 SRC_URI[md5sum] = "d5c40e7bd1e97a7404f5d3be982f479a"
 SRC_URI[sha256sum] = "de1a441c4edf952521db30bfca80baae86a0ff1acd0a00402999344f04c45e82"