summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make_4.1.bb
diff options
context:
space:
mode:
authorChang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com>2016-03-10 12:01:48 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-15 11:29:04 +0000
commitf8dd7e105a094016e6ae1765c2100a249f3dc7cb (patch)
treee19f320417ef12c61b5733d4c60baaa552a375bf /meta/recipes-devtools/make/make_4.1.bb
parent269c2bd717b26d9b8efcfcc0d7e9a832940a4279 (diff)
downloadpoky-f8dd7e105a094016e6ae1765c2100a249f3dc7cb.tar.gz
make 4.1: fix segfault when ttyname fails
GNU make segfaults when run in a chroot environment because of a known bug in GNU make 4.1. See [1] for details. Works if /dev/pts is mounted before chroot. [1] http://savannah.gnu.org/bugs/?43434 [YOCTO #9067] Reported-by: Alexander Larsson <alexl@redhat.com> (From OE-Core master rev: 0fe2a4b428b1b9a937914d87ec089b5a64f641eb) (From OE-Core rev: 1def72ab689bbf0d2974ab771febf241befa2495) Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/make/make_4.1.bb')
-rw-r--r--meta/recipes-devtools/make/make_4.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/make/make_4.1.bb b/meta/recipes-devtools/make/make_4.1.bb
index a1b0d7c45f..78fe0b5471 100644
--- a/meta/recipes-devtools/make/make_4.1.bb
+++ b/meta/recipes-devtools/make/make_4.1.bb
@@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
4 file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" 4 file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4"
5require make.inc 5require make.inc
6 6
7SRC_URI += "file://0001-main.c-main-SV-43434-Handle-NULL-returns-from-ttynam.patch"
8
7EXTRA_OECONF += "--without-guile" 9EXTRA_OECONF += "--without-guile"
8 10
9SRC_URI[md5sum] = "57a7a224a822f94789a587ccbcedff69" 11SRC_URI[md5sum] = "57a7a224a822f94789a587ccbcedff69"