summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-29 16:19:46 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-01 10:40:11 +0000
commit6479de2ae6162c79616413541f064300e050a826 (patch)
tree5f14740606c24234cdec4bf18f2e6a79feb75be2 /meta/recipes-devtools
parent6184143ae481eb9fc55b997bcc495dc71012d4a3 (diff)
downloadpoky-6479de2ae6162c79616413541f064300e050a826.tar.gz
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/make/make_4.3.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta/recipes-devtools/make/make_4.3.bb b/meta/recipes-devtools/make/make_4.3.bb
index ede90b9ef3..70caf0ae16 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 += "\
12 12
13EXTRA_OECONF += "--without-guile" 13EXTRA_OECONF += "--without-guile"
14 14
15# This was breaking on target kernel modules tests from testimage on mips/mips64. Likely a
16# glibc issue in 2.31 which may be fixed in branch updates (testing pending).
17EXTRA_OECONF_append_mips=" ac_cv_func_posix_spawn=no"
18EXTRA_OECONF_append_mips64=" ac_cv_func_posix_spawn=no"
19
20SRC_URI[md5sum] = "d5c40e7bd1e97a7404f5d3be982f479a" 15SRC_URI[md5sum] = "d5c40e7bd1e97a7404f5d3be982f479a"
21SRC_URI[sha256sum] = "de1a441c4edf952521db30bfca80baae86a0ff1acd0a00402999344f04c45e82" 16SRC_URI[sha256sum] = "de1a441c4edf952521db30bfca80baae86a0ff1acd0a00402999344f04c45e82"
22 17