mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
make: Drop mips glibc workaround
This is no longer needed with the upgraded glibc version. (From OE-Core rev: 2d51abf53e063ce6328290de728b5870530aa86a) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user