aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/make/make.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-01-27 10:56:20 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-18 11:09:31 +0100
commitbd81e47c12b8f3bbb8a9e24379b6632e36f11462 (patch)
tree39dbb18cd6ce0175f1f6596b60eb1a4aaaec887f /meta/recipes-devtools/make/make.inc
parentd40c87b003b290a1739039156b27f194f68f12c2 (diff)
downloadopenembedded-core-contrib-bd81e47c12b8f3bbb8a9e24379b6632e36f11462.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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/make/make.inc')
-rw-r--r--meta/recipes-devtools/make/make.inc5
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
HOMEPAGE = "http://www.gnu.org/software/make/"
SECTION = "devel"
-SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2"
+SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2 \
+ file://0001-glob-Do-not-assume-glibc-glob-internals.patch \
+ file://0002-glob-Do-not-assume-glibc-glob-internals.patch \
+ "
inherit autotools gettext pkgconfig texinfo