diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2016-06-12 01:25:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 08:35:00 +0100 |
commit | ce0a036fafe4fab77c9c4936cc68c7ca52e154e7 (patch) | |
tree | 00ad72115610dc661fed0b35f3cf537b575db304 /meta/recipes-devtools | |
parent | ca9af209e9bce161533116a8bc39b0a246964a88 (diff) | |
download | poky-ce0a036fafe4fab77c9c4936cc68c7ca52e154e7.tar.gz |
make: 4.1 -> 4.2
Remove backport patch 0001-main.c-main-SV-43434-Handle-NULL-returns-from-ttynam.patch
(From OE-Core rev: 3ff14b3fb23746139e359e34f80dfaea6722a0cf)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/make/make-4.2/0001-main.c-main-SV-43434-Handle-NULL-returns-from-ttynam.patch (renamed from meta/recipes-devtools/make/make-4.1/0001-main.c-main-SV-43434-Handle-NULL-returns-from-ttynam.patch) | 0 | ||||
-rw-r--r-- | meta/recipes-devtools/make/make_4.2.bb (renamed from meta/recipes-devtools/make/make_4.1.bb) | 6 |
2 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-devtools/make/make-4.1/0001-main.c-main-SV-43434-Handle-NULL-returns-from-ttynam.patch b/meta/recipes-devtools/make/make-4.2/0001-main.c-main-SV-43434-Handle-NULL-returns-from-ttynam.patch index 7a5f4ba055..7a5f4ba055 100644 --- a/meta/recipes-devtools/make/make-4.1/0001-main.c-main-SV-43434-Handle-NULL-returns-from-ttynam.patch +++ b/meta/recipes-devtools/make/make-4.2/0001-main.c-main-SV-43434-Handle-NULL-returns-from-ttynam.patch | |||
diff --git a/meta/recipes-devtools/make/make_4.1.bb b/meta/recipes-devtools/make/make_4.2.bb index 78fe0b5471..6327d6ce51 100644 --- a/meta/recipes-devtools/make/make_4.1.bb +++ b/meta/recipes-devtools/make/make_4.2.bb | |||
@@ -4,11 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | |||
4 | file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" | 4 | file://glob/COPYING.LIB;md5=4a770b67e6be0f60da244beb2de0fce4" |
5 | require make.inc | 5 | require make.inc |
6 | 6 | ||
7 | SRC_URI += "file://0001-main.c-main-SV-43434-Handle-NULL-returns-from-ttynam.patch" | ||
8 | |||
9 | EXTRA_OECONF += "--without-guile" | 7 | EXTRA_OECONF += "--without-guile" |
10 | 8 | ||
11 | SRC_URI[md5sum] = "57a7a224a822f94789a587ccbcedff69" | 9 | SRC_URI[md5sum] = "85ad14d08766201ffe71efa866f4fb91" |
12 | SRC_URI[sha256sum] = "0bc7613389650ee6a24554b52572a272f7356164fd2c4132b0bcf13123e4fca5" | 10 | SRC_URI[sha256sum] = "4e5ce3b62fe5d75ff8db92b7f6df91e476d10c3aceebf1639796dc5bfece655f" |
13 | 11 | ||
14 | BBCLASSEXTEND = "native nativesdk" | 12 | BBCLASSEXTEND = "native nativesdk" |