diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-01-27 10:56:20 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-30 11:50:11 +0000 |
commit | abb606c46ce7562f91ddb9dd52a8fe3c27b0eb1b (patch) | |
tree | 84009327a6e5aaf1708fcf0d9b612c79c4b084fd /meta/recipes-devtools/make/make.inc | |
parent | 0c537554fc2cf58a9cbfeaf39ed918c607483dce (diff) | |
download | poky-abb606c46ce7562f91ddb9dd52a8fe3c27b0eb1b.tar.gz |
make: Backport fixes to not assume glibc internal glob implementation
Exposed with glibc 2.27
(From OE-Core rev: cdf370f1bd046ba6207b63c9a82bdfff2b261a7d)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/make/make.inc')
-rw-r--r-- | meta/recipes-devtools/make/make.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-devtools/make/make.inc b/meta/recipes-devtools/make/make.inc index 849b74299c..b8905bc6d3 100644 --- a/meta/recipes-devtools/make/make.inc +++ b/meta/recipes-devtools/make/make.inc | |||
@@ -5,7 +5,10 @@ called the makefile, which lists each of the non-source files and how to compute | |||
5 | HOMEPAGE = "http://www.gnu.org/software/make/" | 5 | HOMEPAGE = "http://www.gnu.org/software/make/" |
6 | SECTION = "devel" | 6 | SECTION = "devel" |
7 | 7 | ||
8 | SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2" | 8 | SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \ |
9 | file://0001-glob-Do-not-assume-glibc-glob-internals.patch \ | ||
10 | file://0002-glob-Do-not-assume-glibc-glob-internals.patch \ | ||
11 | " | ||
9 | 12 | ||
10 | inherit autotools gettext pkgconfig texinfo | 13 | inherit autotools gettext pkgconfig texinfo |
11 | 14 | ||