[oe-commits] [openembedded-core] 03/06: make: Drop mips glibc workaround

git at git.openembedded.org git at git.openembedded.org
Sun Mar 1 10:40:38 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 2d51abf53e063ce6328290de728b5870530aa86a
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sat Feb 29 16:19:46 2020 +0000

    make: Drop mips glibc workaround
    
    This is no longer needed with the upgraded glibc version.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-devtools/make/make_4.3.bb | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/meta/recipes-devtools/make/make_4.3.bb b/meta/recipes-devtools/make/make_4.3.bb
index ede90b9..70caf0a 100644
--- a/meta/recipes-devtools/make/make_4.3.bb
+++ b/meta/recipes-devtools/make/make_4.3.bb
@@ -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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list